File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727
2828 - name : Upload chaos results
2929 if : always()
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v7
3131 with :
3232 name : chaos-results
3333 path : chaos/
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 npm run test:shard
163163
164164 - name : Upload coverage report
165- uses : actions/upload-artifact@v4
165+ uses : actions/upload-artifact@v7
166166 with :
167167 name : coverage-report-${{ matrix.shard }}
168168 path : coverage/lcov.info
@@ -413,7 +413,7 @@ jobs:
413413
414414 - name : Upload bundle size report
415415 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
416- uses : actions/upload-artifact@v4
416+ uses : actions/upload-artifact@v7
417417 with :
418418 name : bundle-size-report-${{ github.sha }}
419419 path : bundle-size-report.json
Original file line number Diff line number Diff line change 5858 # ── Upload test results as artifact ───────────────────────────────
5959 - name : Upload invariant test results
6060 if : always()
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : invariant-test-results
6464 path : contracts/invariant-test-results.txt
9595
9696 - name : Upload extended fuzz results
9797 if : always()
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : extended-fuzz-results
101101 path : contracts/extended-fuzz-results.txt
You can’t perform that action at this time.
0 commit comments