2727 - uses : actions/checkout@v4
2828 - uses : ./.github/actions/packages
2929 - name : generate build provenance
30- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
30+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
3131 with :
3232 subject-path : " ${{ github.workspace }}/dist/*"
3333
@@ -47,12 +47,12 @@ jobs:
4747 path : dist
4848 - name : Upload pypi.org
4949 if : startsWith(github.ref, 'refs/tags')
50- uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
50+ uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
5151 with :
5252 repository-url : https://upload.pypi.org/legacy/
5353 - name : Upload test.pypi.org
5454 if : ${{ ! startsWith(github.ref, 'refs/tags') }}
55- uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6
55+ uses : pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241
5656 with :
5757 repository-url : https://test.pypi.org/legacy/
5858
6666 - uses : actions/checkout@v4
6767 - uses : ./.github/actions/build-distribution
6868 - name : generate build provenance
69- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
69+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
7070 with :
7171 subject-path : " ${{ github.workspace }}/build/dist/elastic-apm-python-lambda-layer.zip"
7272
7979 runs-on : ubuntu-latest
8080 steps :
8181 - uses : actions/checkout@v4
82- - uses : actions/download-artifact@v3
82+ - uses : actions/download-artifact@v4
8383 with :
8484 name : build-distribution
8585 path : ./build
@@ -128,7 +128,7 @@ jobs:
128128 username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
129129 password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
130130
131- - uses : actions/download-artifact@v3
131+ - uses : actions/download-artifact@v4
132132 with :
133133 name : build-distribution
134134 path : ./build
@@ -158,7 +158,7 @@ jobs:
158158 AGENT_DIR=./build/dist/package/python
159159
160160 - name : generate build provenance (containers)
161- uses : actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
161+ uses : actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
162162 with :
163163 subject-name : " ${{ env.DOCKER_IMAGE_NAME }}"
164164 subject-digest : ${{ steps.docker-push.outputs.digest }}
0 commit comments