File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@v6
2323 - uses : ./.github/actions/build-distribution
2424 - name : generate build provenance
25- uses : actions/attest-build-provenance@v3
25+ uses : actions/attest@v4
2626 with :
2727 subject-path : " ${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
2828
4545 - uses : actions/checkout@v6
4646 - uses : ./.github/actions/packages
4747 - name : generate build provenance
48- uses : actions/attest-build-provenance@v3
48+ uses : actions/attest@v4
4949 with :
5050 subject-path : " ${{ github.workspace }}/dist/*"
5151
@@ -163,7 +163,7 @@ jobs:
163163 AGENT_DIR=./build/dist/package/python
164164
165165 - name : generate build provenance (containers)
166- uses : actions/attest-build-provenance@v3
166+ uses : actions/attest@v4
167167 with :
168168 subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
169169 subject-digest : ${{ steps.docker-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments