Skip to content

Commit 786ff25

Browse files
authored
Merge pull request #1204 from python-jsonschema/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents a1d4cb3 + 475e52e commit 786ff25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
oss-fuzz-project-name: "jsonschema"
2424
fuzz-seconds: 30
2525
- name: Upload Crash
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
if: failure() && steps.build.outcome == 'success'
2828
with:
2929
name: artifacts

0 commit comments

Comments
 (0)