File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191
9292 # Download artifacts from previous 'tests' job
9393 - name : Download coverage artifacts
94- uses : actions/download-artifact@v4
94+ uses : actions/download-artifact@v8
9595
9696 # Now attempt upload to Codecov using its action.
9797 # NOTE: We use a retry action to retry the Codecov upload if it fails the first time.
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 uses : actions/checkout@v6
167167 # Download Docker image artifacts (which were just built by reusable-docker-build.yml)
168168 - name : Download Docker image artifacts
169- uses : actions/download-artifact@v4
169+ uses : actions/download-artifact@v8
170170 with :
171171 # Download all amd64 Docker images (TAR files) into the /tmp/docker directory
172172 pattern : docker-image-*-linux-amd64
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 # https://github.com/actions/download-artifact
153153 - name : Download dspace-dependencies image artifact
154154 if : ${{ matrix.isPr && (inputs.build_id == 'dspace-prod' || inputs.build_id == 'dspace-test' || inputs.build_id == 'dspace-cli') && matrix.arch == 'linux/amd64' }}
155- uses : actions/download-artifact@v4
155+ uses : actions/download-artifact@v8
156156 with :
157157 name : docker-image-dspace-dependencies-linux-amd64
158158 path : /tmp/docker
@@ -299,7 +299,7 @@ jobs:
299299 - docker-build
300300 steps :
301301 - name : Download Docker build digests
302- uses : actions/download-artifact@v4
302+ uses : actions/download-artifact@v8
303303 with :
304304 path : /tmp/digests
305305 # Download digests for both AMD64 and ARM64 into same directory
You can’t perform that action at this time.
0 commit comments