From c41a290b123360c6b5cb25e6f0a5e50bb04b0da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Apr 2022 01:24:38 +0000 Subject: [PATCH] Chore(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/build_and_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1cdbeb91b48bd..46a7db4298a49 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -185,7 +185,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 @@ -318,7 +318,7 @@ jobs: run: sudo docker run --name nats -d -p 4222:4222 nats:2.4 - name: Restore build for tests - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build-test path: /tmp @@ -629,7 +629,7 @@ jobs: - uses: actions/checkout@v3 - name: Restore build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build path: /tmp/build @@ -721,7 +721,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