Skip to content

Commit ff1f66c

Browse files
authored
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
2 parents c60d007 + d9fc327 commit ff1f66c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,14 +276,14 @@ jobs:
276276
echo "IS_RELEASE=${IS_RELEASE}" >> $GITHUB_OUTPUT
277277
278278
- name: "Attest artifact: tarball"
279-
uses: actions/attest-build-provenance@v3
279+
uses: actions/attest-build-provenance@v4
280280
if: steps.is-release.outputs.IS_RELEASE
281281
with:
282282
subject-name: ${{ steps.package.outputs.PKG_NAME }}
283283
subject-digest: sha256::${{ steps.upload-tarball.artifact-digest }}
284284

285285
- name: "Attest artifact: Debian package"
286-
uses: actions/attest-build-provenance@v3
286+
uses: actions/attest-build-provenance@v4
287287
if: 'steps.is-release.outputs.IS_RELEASE && steps.debian-package.outputs.DPKG_NAME'
288288
with:
289289
subject-name: ${{ steps.debian-package.outputs.DPKG_NAME }}

0 commit comments

Comments
 (0)