diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index df5438eb29..24d2e0ee71 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 @@ -277,7 +277,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 @@ -458,7 +458,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 @@ -638,7 +638,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