Skip to content

Commit

Permalink
ci: Use upload-artifact@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Nov 8, 2022
1 parent c99039f commit d62388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: |
make -j2 USE_ASCIIDOCTOR=1 htmldir="$GITHUB_WORKSPACE"/stgit-html install-html
- name: Upload HTML Docs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: html-doc
path: ${{ github.workspace }}/stgit-html
Expand Down

0 comments on commit d62388d

Please sign in to comment.