Skip to content

Commit d781a4d

Browse files
authored
Merge pull request DSpace#12083 from DSpace/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 4 to 8
2 parents a8055d7 + 6f2a94b commit d781a4d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
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.

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/reusable-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)