Skip to content

Commit f066d17

Browse files
authored
Merge pull request #81 from dloebl/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 75ea49b + 9d4406b commit f066d17

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
@@ -23,7 +23,7 @@ jobs:
2323
sanitizer: ${{ matrix.sanitizer }}
2424
fuzz-seconds: 600
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)