Skip to content

Commit 0bd7fe4

Browse files
authored
Merge pull request DSpace#5255 from DSpace/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents fe7c4ec + de21774 commit 0bd7fe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

321321
# Download artifacts from previous 'tests' job
322322
- name: Download coverage artifacts
323-
uses: actions/download-artifact@v4
323+
uses: actions/download-artifact@v8
324324

325325
# Now attempt upload to Codecov using its action.
326326
# 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)