File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
7374documentation : |
7475 Ideas
7576 -----
You can’t perform that action at this time.
0 commit comments