Skip to content

Commit 329e138

Browse files
committed
Update upload-artifact to v4
1 parent c2293ca commit 329e138

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Spelling
2929
run: |
3030
make spelling
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: PDF
3434
path: build/latex/LAS.pdf
35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: Misspelled
3838
path: build/spelling/output.txt

0 commit comments

Comments
 (0)