Skip to content

Commit 3e7e027

Browse files
Bump actions/upload-artifact from 4 to 5 (#980)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a17d1a commit 3e7e027

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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/

.github/workflows/dep_build_guest_binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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: |
@@ -50,7 +50,7 @@ jobs:
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: |

.github/workflows/dep_fuzzing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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/

0 commit comments

Comments
 (0)