Skip to content

Commit 2929216

Browse files
committed
Update upload-artifact to v4
1 parent 75233ba commit 2929216

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pdf.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ jobs:
2828
- name: Spelling
2929
run: |
3030
make spelling
31-
- uses: actions/upload-artifact@v2
31+
- uses: actions/upload-artifact@v4
3232
with:
3333
name: PDF
3434
path: build/latex/LAS.pdf
35-
- uses: actions/upload-artifact@v2
35+
if-no-files-found: error
36+
- uses: actions/upload-artifact@v4
3637
with:
3738
name: Misspelled
3839
path: build/spelling/output.txt
40+
if-no-files-found: ignore
3941

4042

4143

0 commit comments

Comments
 (0)