From 3b7c1e4843c87c8fef72c0a265827b624a903b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 12:09:18 -0700 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb731f1d8..23f8c46cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: go-version: '1.18.2' - name: cache - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 # v2 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 with: name: docker.tar.gz @@ -212,7 +212,7 @@ jobs: uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2 - name: cache - uses: actions/download-artifact@f023be2c48cc18debc3bacd34cb396e0295e2869 # v2 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 # v2 with: name: docker.tar.gz @@ -270,7 +270,7 @@ jobs: uses: actions/checkout@v2 - name: cache - uses: actions/download-artifact@v2 + uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741 with: name: docker.tar.gz