chore(deps)!: update actions/attest-build-provenance action (v2.3.0 → v4.1.0) (#500)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-09 00:23:30 +00:00
committed by GitHub
parent ca8482e2c3
commit 77394763a6

View File

@@ -36,7 +36,7 @@ jobs:
set -eu set -eu
git archive --format=tar.gz --prefix="${TAG}/" HEAD > "${TAG}-source.tar.gz" git archive --format=tar.gz --prefix="${TAG}/" HEAD > "${TAG}-source.tar.gz"
sha256sum "${TAG}-source.tar.gz" > "${TAG}-source.tar.gz.sha256" sha256sum "${TAG}-source.tar.gz" > "${TAG}-source.tar.gz.sha256"
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 - uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
with: with:
subject-path: '${{ github.ref_name }}-source.tar.gz' subject-path: '${{ github.ref_name }}-source.tar.gz'
- name: Upload release assets - name: Upload release assets