Skip to content

Commit

Permalink
feat update github action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MichealWayne committed Feb 4, 2025
1 parent 42b59fe commit ca02dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: tar -cvf newdocumentation.tar ./docs

- name: create a new document artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: newdocumentation
path: newdocumentation.tar
Expand Down

0 comments on commit ca02dfd

Please sign in to comment.