Skip to content

Commit

Permalink
CI: upload artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed May 20, 2024
1 parent 95ee7a0 commit b1fa280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ jobs:
# to avoid a warning at cleanup time
if: ${{ always() }}
run: sudo chown -R 1001:116 .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coqdoc
path: html
overwrite: true

# See also:
# https://github.com/coq-community/docker-coq-action#readme
Expand Down
3 changes: 2 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ action_appendix: |2-
# to avoid a warning at cleanup time
if: ${{ always() }}
run: sudo chown -R 1001:116 .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: coqdoc
path: html
overwrite: true
documentation: |
Ideas
-----
Expand Down

0 comments on commit b1fa280

Please sign in to comment.