Skip to content

Commit ff47c48

Browse files
authored
changed actions/upload-artifact@v3 to @v4 build.yml
V3 will be deprecated soon
1 parent a1e9c03 commit ff47c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout the repository
24-
uses: actions/checkout@v1
24+
uses: actions/checkout@v4
2525
with:
2626
submodules: true
2727

@@ -39,7 +39,7 @@ jobs:
3939
test -f ${{ env.doc_name }}.bbl
4040
4141
- name: Keep the PDF artefact
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: PDF Preview
4545
path: ${{ env.doc_name }}.pdf

0 commit comments

Comments
 (0)