Skip to content

Commit 549de00

Browse files
Merge pull request #175 from Paperist/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.3.6
2 parents d806b3b + 0b82a9b commit 549de00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
docker run --rm -v ${PWD}/tests:/workdir paperist/texlive-ja:alpine \
2222
sh -c 'latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex';
2323
- name: Upload result
24-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
24+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
2525
with:
2626
name: alpine
2727
path: ./tests/main.pdf
@@ -42,7 +42,7 @@ jobs:
4242
docker run --rm -v ${PWD}/tests:/workdir paperist/texlive-ja:debian \
4343
sh -c 'latexmk -C main.tex && latexmk main.tex && latexmk -c main.tex';
4444
- name: Upload result
45-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
45+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
4646
with:
4747
name: debian
4848
path: ./tests/main.pdf

0 commit comments

Comments
 (0)