Skip to content

Commit 6a10c10

Browse files
Merge pull request #668 from danielaparker/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 9a9a05f + 7645856 commit 6a10c10

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
@@ -21,7 +21,7 @@ jobs:
2121
dry-run: false
2222
language: c++
2323
- name: Upload Crash
24-
uses: actions/upload-artifact@v5
24+
uses: actions/upload-artifact@v6
2525
if: failure() && steps.build.outcome == 'success'
2626
with:
2727
name: artifacts

0 commit comments

Comments
 (0)