Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent e259fe9 commit 067521f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
glob_root_file: true
latexmk_shell_escape: true
work_in_root_file_dir: true
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pdf
path: "*/*.pdf"
Expand All @@ -37,7 +37,7 @@ jobs:
sudo apt-get install pdf2svg
- run: |
make svgs
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: svg
path: "*/*.svg"
Expand All @@ -57,7 +57,7 @@ jobs:
sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
- run: |
make gif
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gif
path: "*/*.gif"
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: other
path: |
Expand Down

0 comments on commit 067521f

Please sign in to comment.