diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ac93ee..83b61c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: fail_ci_if_error: false - name: Upload docs artifact if: matrix.node-version == 20 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: docs-dist path: docs-dist diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 3a32e62..5e3f767 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -40,7 +40,7 @@ jobs: fail_ci_if_error: false - name: Upload report if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: playwright-report-chromium path: playwright-report/ @@ -71,7 +71,7 @@ jobs: run: npx playwright test --project=${{ matrix.browser }} - name: Upload report if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: playwright-report-${{ matrix.browser }} path: playwright-report/