Skip to content

Commit 220ee19

Browse files
authored
Merge pull request #75 from strictdoc-project/dependabot/github_actions/github-actions-88dfb18256
chore: bump actions/upload-artifact from 5 to 6 in the github-actions group
2 parents fadd6e5 + 067bcbf commit 220ee19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_fuzz_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Upload broken PDFs as artifact
6565
# Always upload, even if job fails.
6666
if: failure() || always()
67-
uses: actions/upload-artifact@v5
67+
uses: actions/upload-artifact@v6
6868
with:
6969
name: tests_fuzz_broken_pdfs
7070
path: build/tests_fuzz

0 commit comments

Comments
 (0)