Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 596616b commit 6f79bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run: texlogsieve mwe-en.log

- name: Upload PDFs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDFs
path: |
Expand All @@ -87,7 +87,7 @@ jobs:
./release.sh
- name: Upload CTAN build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: CTAN
path: 'biblatex-lni.zip'
Expand Down

0 comments on commit 6f79bf1

Please sign in to comment.