chore(deps): update actions/attest-build-provenance action to v4 (#4225)
This commit is contained in:
parent
75234a7f64
commit
c323188d4c
|
|
@ -243,7 +243,7 @@ jobs:
|
||||||
echo "</code></pre>" >> $GITHUB_STEP_SUMMARY
|
echo "</code></pre>" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@v3
|
uses: actions/attest-build-provenance@v4
|
||||||
with:
|
with:
|
||||||
subject-name: ${{ env.IMAGE_FULL_NAME }}
|
subject-name: ${{ env.IMAGE_FULL_NAME }}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue