File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6868 - name : Run Benchmarks
6969 run : just bench-ci main ${{ matrix.hypervisor == 'mshv' && 'mshv2' || ''}}
7070
71- - uses : actions/upload-artifact@v4
71+ - uses : actions/upload-artifact@v5
7272 with :
7373 name : benchmarks_${{runner.os}}_${{matrix.hypervisor}}_${{ matrix.cpu }}
7474 path : ./target/criterion/
Original file line number Diff line number Diff line change 4141 run : just guests
4242
4343 - name : Upload Rust Guest Artifacts
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v5
4545 with :
4646 name : rust-guest-binaries-${{ matrix.config }}
4747 path : |
5050 if-no-files-found : error
5151
5252 - name : Upload C Guest Artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 with :
5555 name : c-guest-binaries-${{ matrix.config }}
5656 path : |
Original file line number Diff line number Diff line change 5656
5757 - name : Upload Crash Artifacts
5858 if : failure() # This ensures artifacts are only uploaded on failure
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : fuzz-crash-artifacts
6262 path : fuzz/artifacts/
You can’t perform that action at this time.
0 commit comments