Bump actions/download-artifact from 2 to 3 (#8695)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...fb598a63ae348fa914e94cd0ff38f362e927b741)

---
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>
This commit is contained in:
dependabot[bot] 2022-06-15 12:09:18 -07:00 committed by GitHub
parent 667a49afd3
commit 3db47847ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ jobs:
go-version: '1.18.2' go-version: '1.18.2'
- name: cache - name: cache
uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 # v2 uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2
with: with:
name: docker.tar.gz name: docker.tar.gz
@ -212,7 +212,7 @@ jobs:
uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
- name: cache - name: cache
uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 # v2 uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2
with: with:
name: docker.tar.gz name: docker.tar.gz
@ -270,7 +270,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: cache - name: cache
uses: actions/download-artifact@v2 uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with: with:
name: docker.tar.gz name: docker.tar.gz