Skip to content

Commit

Permalink
Merge pull request #191 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.3
  • Loading branch information
renovate[bot] authored Oct 10, 2024
2 parents ee8837f + a22ad3c commit d3a109b
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
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@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: debian
path: ./tests/main.pdf
Expand Down

0 comments on commit d3a109b

Please sign in to comment.