Merge pull request #1901 from sharkdp/dependabot/github_actions/actions/attest-build-provenance-4

build(deps): bump actions/attest-build-provenance from 3 to 4
This commit is contained in:
Thayne McCombs
2026-03-06 20:20:54 -07:00
committed by GitHub
+2 -2
View File
@@ -276,14 +276,14 @@ jobs:
echo "IS_RELEASE=${IS_RELEASE}" >> $GITHUB_OUTPUT
- name: "Attest artifact: tarball"
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
if: steps.is-release.outputs.IS_RELEASE
with:
subject-name: ${{ steps.package.outputs.PKG_NAME }}
subject-digest: sha256::${{ steps.upload-tarball.artifact-digest }}
- name: "Attest artifact: Debian package"
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
if: 'steps.is-release.outputs.IS_RELEASE && steps.debian-package.outputs.DPKG_NAME'
with:
subject-name: ${{ steps.debian-package.outputs.DPKG_NAME }}