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 bc61616 commit 158ead0Copy full SHA for 158ead0
1 file changed
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
# mix release
35
36
# TODO: Upload build artifacts if needed
37
- # - uses: actions/upload-artifact@v4
+ # - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
38
# with:
39
# name: release-artifacts
40
# path: target/release/
@@ -94,7 +94,7 @@ jobs:
94
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
95
96
# TODO: Download build artifacts if uploading to the release
97
- # - uses: actions/download-artifact@v4
+ # - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
98
99
100
# path: artifacts/
0 commit comments