diff --git a/.github/workflows/reusable_testing.yml b/.github/workflows/reusable_testing.yml index f9fc0b07..214b958d 100644 --- a/.github/workflows/reusable_testing.yml +++ b/.github/workflows/reusable_testing.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-20.04 steps: - name: 'Clone the queue module' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: ${{ github.repository_owner }}/queue - name: 'Download the tarantool build artifact' - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ inputs.artifact_name }}