From a64482d9b475bf805cb58809d1f0617cd4e7bdd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 15:54:56 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact digest to 043fb46 --- .github/workflows/package-release.yaml | 2 +- .github/workflows/wheel-build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package-release.yaml b/.github/workflows/package-release.yaml index 8889343..cfd3c4e 100644 --- a/.github/workflows/package-release.yaml +++ b/.github/workflows/package-release.yaml @@ -234,7 +234,7 @@ jobs: - name: Upload artifacts if: steps.cache.outputs.should-run == 'true' && steps.detect-maturin.outputs.is-maturin != 'true' && (steps.release-info.outputs.released == 'true' || inputs.release-dry-run == 'true') - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{ steps.set-outputs.outputs.artifact-name }} path: ${{ inputs.package-path }}/dist diff --git a/.github/workflows/wheel-build.yaml b/.github/workflows/wheel-build.yaml index 00597e2..aeea8ac 100644 --- a/.github/workflows/wheel-build.yaml +++ b/.github/workflows/wheel-build.yaml @@ -37,7 +37,7 @@ jobs: command: sdist args: --out dist working-directory: ${{ env.PACKAGE_PATH }} - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: wheels-sdist path: ${{ env.PACKAGE_PATH }}/dist/*.tar.gz @@ -76,7 +76,7 @@ jobs: args: --release --out dist -i python3.12 python3.13 manylinux: auto working-directory: ${{ env.PACKAGE_PATH }} - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: wheels-${{ matrix.platform }} path: ${{ env.PACKAGE_PATH }}/dist/*.whl