File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ jobs:
205205 mv -v "./target/release/mit-pre-commit$EXTENSION" "./mit-pre-commit-$TARGET$EXTENSION"
206206 mv -v "./target/release/mit-prepare-commit-msg$EXTENSION" "./mit-prepare-commit-msg-$TARGET$EXTENSION"
207207 shell : bash
208- - uses : actions/upload-artifact@v4
208+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
209209 with :
210210 name : bins-${{ matrix.target }}${{ matrix.suffix }}
211211 path : ./*${{ matrix.target }}${{ matrix.suffix }}
@@ -245,7 +245,7 @@ jobs:
245245 fetch-depth : 0
246246 ref : v${{ needs.release.outputs.current_version }}
247247 - uses : anchore/sbom-action@v0
248- - uses : actions/download-artifact@v4
248+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
249249 with :
250250 merge-multiple : true
251251 path : bins
You can’t perform that action at this time.
0 commit comments