diff --git a/.github/workflows/release-verification.yml b/.github/workflows/release-verification.yml index ca90d5a..404af0f 100644 --- a/.github/workflows/release-verification.yml +++ b/.github/workflows/release-verification.yml @@ -60,7 +60,7 @@ jobs: run: npm run e2e:release - name: Upload report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: name: release-verification-report diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98d47d2..55f9618 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,7 +142,7 @@ jobs: run: npm run e2e -- --shard=${{ matrix.shard }}/4 - name: Upload Playwright report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: ${{ !cancelled() }} with: # One name per shard: artifacts with the same name collide and the