From 17b1a1e443bf438bd2af0e5359e0ad204db2c856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:52:39 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/build-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 17fd724..96988aa 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: alpine path: ./tests/main.pdf @@ -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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0 with: name: debian path: ./tests/main.pdf