File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 echo '```' >> $GITHUB_STEP_SUMMARY
6767 texlogsieve paper.log | tee -a "$GITHUB_STEP_SUMMARY" || true
6868 echo '```' >> $GITHUB_STEP_SUMMARY
69- - uses : actions/upload-artifact@v4
69+ - uses : actions/upload-artifact@v5
7070 with :
7171 name : test-result
7272 path : |
@@ -100,7 +100,7 @@ jobs:
100100 # echo "## TeXcount LaTeX interpretation" >> $GITHUB_STEP_SUMMARY
101101 # echo "" >> $GITHUB_STEP_SUMMARY
102102 # cat "texcount.html-body" >> $GITHUB_STEP_SUMMARY
103- - uses : actions/upload-artifact@v4
103+ - uses : actions/upload-artifact@v5
104104 with :
105105 name : word-count
106106 path : |
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 cp paper.tex publish/
137137 cp README.md publish/
138138 cp .github/_config.yml publish/
139- - uses : actions/upload-artifact@v4
139+ - uses : actions/upload-artifact@v5
140140 with :
141141 name : publish
142142 path : publish/
You can’t perform that action at this time.
0 commit comments