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.
1 parent e2d50b8 commit 18620d2Copy full SHA for 18620d2
1 file changed
.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
62
echo "digest=${DIGEST}" >> $GITHUB_OUTPUT
63
64
- name: Attest chart OCI artifact
65
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
66
with:
67
subject-name: ghcr.io/${{ github.repository_owner }}/charts/atlantis
68
subject-digest: ${{ steps.push-chart.outputs.digest }}
0 commit comments