Skip to content

Commit 3fc7003

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#1381)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33f8721 commit 3fc7003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
dry-run: false
2424
language: rust
2525
- name: Upload Crash
26-
uses: actions/upload-artifact@v5
26+
uses: actions/upload-artifact@v6
2727
if: failure() && steps.build.outcome == 'success'
2828
with:
2929
name: artifacts

0 commit comments

Comments
 (0)