5959 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
6060 steps :
6161 - uses : actions/checkout@v6
62- - uses : actions/download-artifact@v7
62+ - uses : actions/download-artifact@v8
6363 with :
6464 name : packages
6565 path : dist
8383 runs-on : ubuntu-latest
8484 steps :
8585 - uses : actions/checkout@v6
86- - uses : actions/download-artifact@v7
86+ - uses : actions/download-artifact@v8
8787 with :
8888 name : build-distribution
8989 path : ./build
9898 VERSION=${VERSION//./-}
9999
100100 ELASTIC_LAYER_NAME="elastic-apm-python-${VERSION}" .ci/publish-aws.sh
101- - uses : actions/upload-artifact@v6
101+ - uses : actions/upload-artifact@v7
102102 if : startsWith(github.ref, 'refs/tags')
103103 with :
104104 name : arn-file
@@ -129,20 +129,20 @@ jobs:
129129 cache-binary : false
130130
131131 - name : Log in to the Elastic Container registry
132- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
132+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
133133 with :
134134 registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
135135 username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
136136 password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
137137
138- - uses : actions/download-artifact@v7
138+ - uses : actions/download-artifact@v8
139139 with :
140140 name : build-distribution
141141 path : ./build
142142
143143 - name : Extract metadata (tags, labels)
144144 id : docker-meta
145- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
145+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
146146 with :
147147 images : ${{ env.DOCKER_IMAGE_NAME }}
148148 tags : |
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Build and push image
155155 id : docker-push
156- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
156+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
157157 with :
158158 context : .
159159 platforms : linux/amd64,linux/arm64
@@ -180,7 +180,7 @@ jobs:
180180 runs-on : ubuntu-latest
181181 steps :
182182 - uses : actions/checkout@v6
183- - uses : actions/download-artifact@v7
183+ - uses : actions/download-artifact@v8
184184 with :
185185 name : arn-file
186186 - name : Create GitHub Draft Release
0 commit comments