Skip to content

Commit d9fc327

Browse files
build(deps): bump actions/attest-build-provenance from 3 to 4
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3 to 4. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c60d007 commit d9fc327

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)