From f7ca7a11ad72e5fed33ed057dd6d334d647e933e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:11:34 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 2 to 3 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...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/make.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 7bfe0f81858..c16bc5c01f3 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -153,12 +153,12 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Download Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: kopia path: dist - name: Download Kopia Binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: kopia_binaries path: dist_binaries