We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f8b15 commit ab9c5bcCopy full SHA for ab9c5bc
1 file changed
.github/workflows/ci.yaml
@@ -78,7 +78,7 @@ jobs:
78
${{ env.IMPORT_WORKER_IMAGE_REPO }}:latest
79
${{ env.IMPORT_WORKER_IMAGE_REPO }}:master-${{ steps.commit_sha.outputs.commit_sha }}-${{ steps.date.outputs.date }}
80
- name: Generate artefact attestation
81
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
82
with:
83
subject-name: ghcr.io/elifesciences/enhanced-preprints-import
84
subject-digest: ${{ steps.build-push.outputs.digest }}
0 commit comments