Skip to content

Commit 6342ac8

Browse files
chore(deps): update github artifact actions
1 parent cdc8f5e commit 6342ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
249249
with:
250250
merge-multiple: true
251251
path: bins

0 commit comments

Comments
 (0)