Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 36ccb15

Browse files
build(deps): bump actions/upload-artifact from 3 to 4 (#987)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact 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 58ac48f commit 36ccb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
dry-run: false
2020
language: c++
2121
- name: Upload Crash
22-
uses: actions/upload-artifact@v3
22+
uses: actions/upload-artifact@v4
2323
if: failure() && steps.build.outcome == 'success'
2424
with:
2525
name: artifacts

0 commit comments

Comments
 (0)