Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/Benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run Benchmarks
run: just bench-ci main

- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
with:
name: benchmarks_${{runner.os}}_${{matrix.hypervisor}}_${{ matrix.cpu }}
path: ./target/criterion/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/dep_build_guests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
just move-c-guests ${{ inputs.config }}

- name: Upload Rust guests
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: rust-guests-${{ inputs.config }}
path: |
Expand All @@ -87,7 +87,7 @@ jobs:
if-no-files-found: error

- name: Upload C guests
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: c-guests-${{ inputs.config }}
path: src/tests/c_guests/bin/${{ inputs.config }}/
Expand All @@ -96,7 +96,7 @@ jobs:

- name: Upload interface.wasm
if: inputs.config == 'debug'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: interface-wasm
path: src/tests/rust_guests/witguest/interface.wasm
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Upload twoworlds.wasm
if: inputs.config == 'debug'
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: twoworlds-wasm
path: src/tests/rust_guests/witguest/twoworlds.wasm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload Crash Artifacts
if: failure() # This ensures artifacts are only uploaded on failure
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: fuzz-crash-artifacts
path: fuzz/artifacts/