diff --git a/.github/workflows/reusable_test.yml b/.github/workflows/reusable_test.yml index ad2e688..0a94ced 100644 --- a/.github/workflows/reusable_test.yml +++ b/.github/workflows/reusable_test.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Clone the ddl module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.repository_owner }}/ddl - name: Download the Tarantool build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact_name }}