Skip to content

Commit d62388d

Browse files
committed
ci: Use upload-artifact@v3
1 parent c99039f commit d62388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: |
153153
make -j2 USE_ASCIIDOCTOR=1 htmldir="$GITHUB_WORKSPACE"/stgit-html install-html
154154
- name: Upload HTML Docs
155-
uses: actions/upload-artifact@v2
155+
uses: actions/upload-artifact@v3
156156
with:
157157
name: html-doc
158158
path: ${{ github.workspace }}/stgit-html

0 commit comments

Comments
 (0)