We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76ab0e9 + 0331b32 commit 3235810Copy full SHA for 3235810
1 file changed
.github/workflows/stage-3-build.yaml
@@ -89,7 +89,7 @@ jobs:
89
COMMIT_SHA=${{ inputs.commit_sha }}
90
91
- name: Generate artifact attestation
92
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
93
with:
94
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
95
subject-digest: ${{ steps.push.outputs.digest }}
0 commit comments