From 4477b335229313b2deac3045bc67515bd3254648 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 23:47:25 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4.5.0 (#401) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 897fe876c..c64b19bd2 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -36,7 +36,7 @@ jobs: - run: npm install - run: mkdir -p dist - run: npm run build:indexhtml - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: index path: dist/index.html @@ -101,7 +101,7 @@ jobs: - run: npm run build:pdf:compress if: matrix.format == 'pdf' - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: ${{ matrix.file }}-${{ matrix.format }} path: ${{ matrix.file }}.${{ matrix.format }} @@ -125,7 +125,7 @@ jobs: - run: for file in dist/*.image; do mv "$file" "${file%.image}.png"; done - run: cp -vr images dist/ - run: tar -cvf dist.tar ./dist - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: dist.tar path: dist.tar