From 1a16295309b6dd3ad3dac88459544f0113368b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 04:41:20 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 043fb46 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5b2993..7f4cedaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -270,7 +270,7 @@ jobs: - name: Upload digest if: needs.prepare.outputs.push_enabled == 'true' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: digests-${{ steps.prep.outputs.pair }} path: ${{ runner.temp }}/digests/* @@ -351,7 +351,7 @@ jobs: - name: Upload digest if: needs.prepare.outputs.push_enabled == 'true' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: digests-${{ steps.prep.outputs.pair }} path: ${{ runner.temp }}/digests/*