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