File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,17 @@ jobs:
5454 - run : just doc handbooks
5555
5656 - name : Upload bithesis.pdf for later usage.
57- uses : actions/upload-artifact@v6
57+ uses : actions/upload-artifact@v7
5858 with :
5959 name : bithesis
6060 path : src/bithesis.pdf
6161 - name : Upload handbooks for later usage.
62- uses : actions/upload-artifact@v6
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : handbooks
6565 path : " handbook/*.pdf"
6666 - name : Upload *.cls for later usage.
67- uses : actions/upload-artifact@v6
67+ uses : actions/upload-artifact@v7
6868 with :
6969 name : cls
7070 path : " src/*.cls"
@@ -258,7 +258,7 @@ jobs:
258258 name : handbooks
259259 path : handbook
260260 - run : just pkg-only
261- - uses : actions/upload-artifact@v6
261+ - uses : actions/upload-artifact@v7
262262 with :
263263 name : ctan-pkg
264264 path : target/bithesis.zip
You can’t perform that action at this time.
0 commit comments