diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 4eb880fec7..f2800a0cb3 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -55,7 +55,7 @@ jobs: - run: npm run test-int-snapshots - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: playwright-report-pages diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c463094a4d..867a6744a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,13 +66,13 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - run: npm run test-int-x - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: playwright-report-pages path: special-pages/playwright-report retention-days: 5 - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: always() with: name: playwright-report-injected