Skip to content

Commit b08e7f9

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

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@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

0 commit comments

Comments
 (0)