Skip to content

Commit

Permalink
update GHA config - use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
K4zuki committed Dec 22, 2024

Verified

This commit was signed with the committer’s verified signature.
chipshort Christoph Otter
1 parent 6addeae commit b4481cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document.yaml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
run: |
make initdir html docx
- name: Upload artifact files (at a push)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{env.DOC_BASE}}/Out

0 comments on commit b4481cd

Please sign in to comment.