From d89d8f8181f4b52e9ca6c94de9c860dc22406ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 14:01:28 +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 89bcbbb08a020..a0a42b3e0248b 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -195,7 +195,7 @@ jobs: cache: 'yarn' - name: Restore build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build path: /tmp/build @@ -253,7 +253,7 @@ jobs: run: yarn testunit --api="http://127.0.0.1:9080" --token="${{ secrets.TURBO_SERVER_TOKEN }}" --team='rc' - name: Restore build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build path: /tmp/build @@ -427,7 +427,7 @@ jobs: run: yarn testunit --api="http://127.0.0.1:9080" --token="${{ secrets.TURBO_SERVER_TOKEN }}" --team='rc' - name: Restore build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: build path: /tmp/build @@ -581,7 +581,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