diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index af53eedc..c17ec8c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: *.cache-to=type=gha,mode=max - name: Run Playwright tests run: docker compose up --exit-code-from playwright - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e66af4fb..d9818651 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,7 +90,7 @@ jobs: *.cache-to=type=gha,mode=max - name: Run Playwright tests run: docker compose up --exit-code-from playwright - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report