File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments