diff --git a/.github/workflows/reusable_qa.yml b/.github/workflows/reusable_qa.yml index 4e50908..0506a0e 100644 --- a/.github/workflows/reusable_qa.yml +++ b/.github/workflows/reusable_qa.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone the tarantool-php/client connector - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: tarantool-php/client - name: Download the tarantool build artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ inputs.artifact_name }}