From 27f147cb23f385712ff8ca8e0fe5ce51c7e961a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:20:25 +0000 Subject: [PATCH] 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/build_and_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index a43942e8a1c7b..27aadce01aaee 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -201,7 +201,7 @@ jobs: mongoDBVersion: ${{ matrix.mongodb-version }} --replSet=rs0 - name: Restore build for tests - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build-test path: /tmp @@ -409,7 +409,7 @@ jobs: - uses: actions/checkout@v2 - name: Restore build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build path: /tmp/build @@ -499,7 +499,7 @@ jobs: password: ${{ secrets.DOCKER_PASS }} - name: Restore build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build path: /tmp/build