Skip to content

Commit

Permalink
Bump workflow artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonzlin committed Dec 22, 2023
1 parent 48be72e commit 6bb8d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: sha512sum ./minify-html-nodejs/index.node | awk '{print $1}' > index.node.sha512sum

- name: Upload checksum
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ steps.module.outputs.BINARY_NAME }}.sha512sum
path: index.node.sha512sum
Expand All @@ -76,7 +76,7 @@ jobs:
node-version: 17.x

- name: Download checksums
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
pattern: '*.sha512sum'
path: minify-html-node/checksums/
Expand Down

0 comments on commit 6bb8d9f

Please sign in to comment.