Skip to content

Commit

Permalink
changed actions/upload-artifact@v3 to @v4 build.yml
Browse files Browse the repository at this point in the history
V3 will be deprecated soon
  • Loading branch information
mmpcn authored Nov 21, 2024
1 parent a1e9c03 commit ff47c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:

- name: Checkout the repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
submodules: true

Expand All @@ -39,7 +39,7 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf

0 comments on commit ff47c48

Please sign in to comment.