Skip to content

Commit 16e3b74

Browse files
ylobankovLeonidVas
authored andcommitted
ci: bump action versions in reusable_testing.yml
- actions/checkout: v2 -> v3 - actions/download-artifact: v2 -> v3
1 parent a681590 commit 16e3b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: 'Clone the queue module'
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
repository: ${{ github.repository_owner }}/queue
2020

2121
- name: 'Download the tarantool build artifact'
22-
uses: actions/download-artifact@v2
22+
uses: actions/download-artifact@v3
2323
with:
2424
name: ${{ inputs.artifact_name }}
2525

0 commit comments

Comments
 (0)