diff --git a/.github/workflows/reusable_testing.yml b/.github/workflows/reusable_testing.yml index c17e75f..e9b654f 100644 --- a/.github/workflows/reusable_testing.yml +++ b/.github/workflows/reusable_testing.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone the memcached module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.repository_owner }}/memcached # Enable recursive submodules checkout as test-run git module is used @@ -22,7 +22,7 @@ jobs: submodules: recursive - name: Download the tarantool build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact_name }}