Skip to content

Commit b1fa280

Browse files
author
Yishuai Li
committed
CI: upload artifact v4
1 parent 95ee7a0 commit b1fa280

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
# to avoid a warning at cleanup time
6565
if: ${{ always() }}
6666
run: sudo chown -R 1001:116 .
67-
- uses: actions/upload-artifact@v3
67+
- uses: actions/upload-artifact@v4
6868
with:
6969
name: coqdoc
7070
path: html
71+
overwrite: true
7172

7273
# See also:
7374
# https://github.com/coq-community/docker-coq-action#readme

meta.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,11 @@ action_appendix: |2-
6666
# to avoid a warning at cleanup time
6767
if: ${{ always() }}
6868
run: sudo chown -R 1001:116 .
69-
- uses: actions/upload-artifact@v3
69+
- uses: actions/upload-artifact@v4
7070
with:
7171
name: coqdoc
7272
path: html
73+
overwrite: true
7374
documentation: |
7475
Ideas
7576
-----

0 commit comments

Comments
 (0)