Skip to content

Commit 950f0da

Browse files
ylobankovSerpentian
authored andcommittedJun 27, 2023
Bump GitHub action versions in reusable_testing.yml
- actions/checkout: v2 -> v3 - actions/download-artifact: v2 -> v3 NO_DOC=ci NO_TEST=ci
1 parent 2481df1 commit 950f0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/reusable_testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: 'Clone the vshard module'
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
repository: ${{ github.repository_owner }}/vshard
2020
# Fetch the entire history for all branches and tags. It is needed for
@@ -25,7 +25,7 @@ jobs:
2525
submodules: recursive
2626

2727
- name: 'Download the tarantool build artifact'
28-
uses: actions/download-artifact@v2
28+
uses: actions/download-artifact@v3
2929
with:
3030
name: ${{ inputs.artifact_name }}
3131

0 commit comments

Comments
 (0)
Please sign in to comment.