File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
steps :
88
88
# We use the cached working directory so that we don't have to recompile everything
89
89
- name : Download cached build working directory
90
- uses : actions/download-artifact@v4
90
+ uses : actions/download-artifact@v5
91
91
with :
92
92
name : working-dir-build-cache
93
93
path : ./
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
148
148
149
149
- name : Log in to the Elastic Container registry
150
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
150
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
151
151
with :
152
152
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
153
153
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
You can’t perform that action at this time.
0 commit comments