diff --git a/.github/workflows/release-verification.yml b/.github/workflows/release-verification.yml index 4bde127f..8022c87d 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 46580c2d..5f1fb041 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -139,7 +139,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