Skip to content

Commit a1e9c03

Browse files
mmpcnmsdemlei
authored andcommitted
change deprecated version of actions/upload-artifact in build.yml
1 parent 6a42ebf commit a1e9c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
test -f ${{ env.doc_name }}.bbl
4040
4141
- name: Keep the PDF artefact
42-
uses: actions/upload-artifact@v1
42+
uses: actions/upload-artifact@v3
4343
with:
4444
name: PDF Preview
4545
path: ${{ env.doc_name }}.pdf

0 commit comments

Comments
 (0)