Skip to content

Commit de21774

Browse files
Bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d52bc29 commit de21774

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)