Skip to content

Commit 0dd7083

Browse files
Update actions/download-artifact action to v6
1 parent 0e72652 commit 0dd7083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report-fuzz-crash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@v5
4040

4141
- name: Download fuzzer logs
42-
uses: actions/download-artifact@v5
42+
uses: actions/download-artifact@v6
4343
with:
4444
name: ${{ inputs.logs_artifact_name }}
4545
path: ./logs

0 commit comments

Comments
 (0)