mirror of https://github.com/linkerd/linkerd2.git
Bump actions/download-artifact from 1.0.0 to 2.0.10 (#6299)
* Bump actions/download-artifact from 1.0.0 to 2.0.10
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1.0.0 to 2.0.10.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](18f0f591fb...3be87be14a)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
Co-authored-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
f6891cab02
commit
24ce8453ef
|
|
@ -84,9 +84,10 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
- name: Download image archives
|
||||
uses: actions/download-artifact@18f0f591fbc635562c815484d73b6e8e3980482e
|
||||
uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
|
||||
with:
|
||||
name: image-archives
|
||||
path: image-archives
|
||||
- name: Run CLI Integration tests
|
||||
run: |
|
||||
go test --failfast --mod=readonly ".\test\cli" --linkerd=$PWD\image-archives\linkerd-windows.exe --cli-tests -v
|
||||
|
|
@ -128,9 +129,10 @@ jobs:
|
|||
. bin/_docker.sh
|
||||
echo "DOCKER_REGISTRY=cr.l5d.io/linkerd" >> $GITHUB_ENV
|
||||
- name: Download image archives
|
||||
uses: actions/download-artifact@18f0f591fbc635562c815484d73b6e8e3980482e
|
||||
uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
|
||||
with:
|
||||
name: image-archives
|
||||
path: image-archives
|
||||
- name: Load cli-bin image into local docker images
|
||||
run: docker load < image-archives/cli-bin.tar
|
||||
- name: Install CLI
|
||||
|
|
|
|||
|
|
@ -83,9 +83,10 @@ jobs:
|
|||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-go-
|
||||
- name: Download image archives
|
||||
uses: actions/download-artifact@18f0f591fbc635562c815484d73b6e8e3980482e
|
||||
uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
|
||||
with:
|
||||
name: image-archives
|
||||
path: image-archives
|
||||
- name: Run CLI Integration tests
|
||||
run: go test --failfast --mod=readonly ".\test\cli" --linkerd=$PWD\image-archives\linkerd-windows.exe --cli-tests -v
|
||||
integration_tests:
|
||||
|
|
@ -224,9 +225,10 @@ jobs:
|
|||
extract_release_notes NOTES.md
|
||||
- name: Download choco package
|
||||
if: startsWith(github.ref, 'refs/tags/stable')
|
||||
uses: actions/download-artifact@18f0f591fbc635562c815484d73b6e8e3980482e
|
||||
uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
|
||||
with:
|
||||
name: choco
|
||||
path: choco
|
||||
- name: Pull CLI binaries
|
||||
env:
|
||||
DOCKER_MULTIARCH: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue