We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b704b commit 2386ca5Copy full SHA for 2386ca5
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
cd dist && echo "hashes=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
41
42
- name: "Upload dists"
43
- uses: "actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882"
+ uses: "actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b"
44
with:
45
name: "dist"
46
path: "dist/"
0 commit comments