Skip to content

Commit

Permalink
Merge pull request #190 from Paperist/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-4.x

chore(deps): update actions/upload-artifact action to v4.4.2
  • Loading branch information
renovate[bot] authored Oct 8, 2024
2 parents e8623c3 + 5e8fcfc commit ee8837f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
docker run --rm -v ${PWD}/tests:/workdir paperist/texlive-ja:alpine \
sh -c 'latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex';
- name: Upload result
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: alpine
path: ./tests/main.pdf
Expand All @@ -42,7 +42,7 @@ jobs:
docker run --rm -v ${PWD}/tests:/workdir paperist/texlive-ja:debian \
sh -c 'latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex';
- name: Upload result
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
with:
name: debian
path: ./tests/main.pdf
Expand Down

0 comments on commit ee8837f

Please sign in to comment.