We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337ca73 commit 4f9b161Copy full SHA for 4f9b161
.github/workflows/reusable_testing.yml
@@ -14,12 +14,12 @@ jobs:
14
runs-on: ubuntu-20.04
15
steps:
16
- name: Clone the go-tarantool connector
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
with:
19
repository: ${{ github.repository_owner }}/go-tarantool
20
21
- name: Download the tarantool build artifact
22
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
23
24
name: ${{ inputs.artifact_name }}
25
0 commit comments