Skip to content

Commit 441eb24

Browse files
authored
Merge pull request #84 from ykominami/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 0657a08 + ad50f82 commit 441eb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/oss-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fuzz-seconds: 600
2121
dry-run: false
2222
- name: Upload Crash
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
if: failure()
2525
with:
2626
name: artifacts

0 commit comments

Comments
 (0)