We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c60d007 + d9fc327 commit ff1f66cCopy full SHA for ff1f66c
1 file changed
.github/workflows/CICD.yml
@@ -276,14 +276,14 @@ jobs:
276
echo "IS_RELEASE=${IS_RELEASE}" >> $GITHUB_OUTPUT
277
278
- name: "Attest artifact: tarball"
279
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
280
if: steps.is-release.outputs.IS_RELEASE
281
with:
282
subject-name: ${{ steps.package.outputs.PKG_NAME }}
283
subject-digest: sha256::${{ steps.upload-tarball.artifact-digest }}
284
285
- name: "Attest artifact: Debian package"
286
287
if: 'steps.is-release.outputs.IS_RELEASE && steps.debian-package.outputs.DPKG_NAME'
288
289
subject-name: ${{ steps.debian-package.outputs.DPKG_NAME }}
0 commit comments