Skip to content

Commit

Permalink
Merge pull request #129 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.2.0
  • Loading branch information
renovate[bot] committed Jan 19, 2024
2 parents 8965a6f + ee08c3a commit d6f7d7f
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@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
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@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
with:
name: debian
path: ./tests/main.pdf
Expand Down

0 comments on commit d6f7d7f

Please sign in to comment.