We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5c96f commit ccccecaCopy full SHA for cccceca
.github/workflows/publish.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
cd dist && echo "hashes=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
36
- name: "Upload dists"
37
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
+ uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
38
with:
39
name: "dist"
40
path: "dist/"
.github/workflows/pullrequest.yaml
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
81
0 commit comments