Skip to content

Commit f3a953a

Browse files
Bump actions/upload-artifact from 4 to 5 (#14)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc7cdc0 commit f3a953a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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: |

.github/workflows/update-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)