From 1b02495228011d2cdf3d8613446ac5a364d30381 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:10:37 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 727e5606..c7003efe 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -205,7 +205,7 @@ jobs: mv -v "./target/release/mit-pre-commit$EXTENSION" "./mit-pre-commit-$TARGET$EXTENSION" mv -v "./target/release/mit-prepare-commit-msg$EXTENSION" "./mit-prepare-commit-msg-$TARGET$EXTENSION" shell: bash - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 with: name: bins-${{ matrix.target }}${{ matrix.suffix }} path: ./*${{ matrix.target }}${{ matrix.suffix }} @@ -245,7 +245,7 @@ jobs: fetch-depth: 0 ref: v${{ needs.release.outputs.current_version }} - uses: anchore/sbom-action@v0 - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 with: merge-multiple: true path: bins