Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.5.0 (#401)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 255bf1d commit 4477b33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit 4477b33

Please sign in to comment.