Skip to content

Commit e041073

Browse files
authored
Merge pull request #5251 from DSpace/dependabot/github_actions/dspace-7_x/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents 2f89194 + d3306a8 commit e041073

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314

315315
# Download artifacts from previous 'tests' job
316316
- name: Download coverage artifacts
317-
uses: actions/download-artifact@v4
317+
uses: actions/download-artifact@v8
318318

319319
# Now attempt upload to Codecov using its action.
320320
# 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
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181
# Download Docker image artifacts (which were just built by reusable-docker-build.yml)
8282
- name: Download Docker image artifacts
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v8
8484
with:
8585
# Download all amd64 Docker images (TAR files) into the /tmp/docker directory
8686
pattern: docker-image-*-linux-amd64

0 commit comments

Comments
 (0)