File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
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