diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 1815da9..c3c86d5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,7 +19,7 @@ jobs: run: yarn playwright install --with-deps - name: Run Playwright tests run: yarn playwright test - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report diff --git a/.github/workflows/psi-svg.yml b/.github/workflows/psi-svg.yml index 5e0ff99..ed2d93b 100644 --- a/.github/workflows/psi-svg.yml +++ b/.github/workflows/psi-svg.yml @@ -27,7 +27,7 @@ jobs: npx psi-svg $SITE_URL $PSI_SVG_OUTPUT_PATH --strategy=desktop - name: Upload output as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: psi-svg-output path: ${{ env.PSI_SVG_OUTPUT_PATH }}