Skip to content

Commit c5b86f0

Browse files
committed
Use upload-artifact@v4, v3 is deprecated.
1 parent fd3ff3a commit c5b86f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fuzz-seconds: 600
3838
output-sarif: true
3939
- name: Upload Crash
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
if: failure() && steps.build.outcome == 'success'
4242
with:
4343
name: artifacts

0 commit comments

Comments
 (0)