We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa699d commit 886a18bCopy full SHA for 886a18b
.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1"
+ uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
44
with:
45
name: "dist"
46
path: "dist/"
0 commit comments