diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index 36bcf74..9c25735 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -31,7 +31,7 @@ jobs: - name: Upload chaos results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: chaos-results path: chaos/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caf2b82..e01d2fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,7 @@ jobs: npm run test:shard - name: Upload coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage-report-${{ matrix.shard }} path: coverage/lcov.info @@ -384,7 +384,7 @@ jobs: - name: Upload bundle size report if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: bundle-size-report-${{ github.sha }} path: bundle-size-report.json diff --git a/.github/workflows/invariant-tests.yml b/.github/workflows/invariant-tests.yml index bc7f256..559cca6 100644 --- a/.github/workflows/invariant-tests.yml +++ b/.github/workflows/invariant-tests.yml @@ -58,7 +58,7 @@ jobs: # ── Upload test results as artifact ─────────────────────────────── - name: Upload invariant test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: invariant-test-results path: contracts/invariant-test-results.txt @@ -95,7 +95,7 @@ jobs: - name: Upload extended fuzz results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: extended-fuzz-results path: contracts/extended-fuzz-results.txt