We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140749f commit 30b6e1fCopy full SHA for 30b6e1f
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
EOF
55
- name: Create artifact for semantic-release 'remote'
56
run: tar czvf semantic-release-remote.tgz semantic-release-remote
57
- - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
58
with:
59
name: semantic-release-remote
60
path: semantic-release-remote.tgz
@@ -185,7 +185,7 @@ jobs:
185
186
### Shared epilogue
187
188
189
190
name: "Scratch ${{ needs.semver.outputs.version }} (${{ needs.semver.outputs.hash }})"
191
path: Artifacts/
0 commit comments