Skip to content

Commit

Permalink
Bump GitHub action versions in reusable_testing.yml
Browse files Browse the repository at this point in the history
- actions/download-artifact: v2 -> v3
  • Loading branch information
Islam Elkanov authored and DifferentialOrange committed Jun 28, 2023
1 parent 59c23e2 commit 908569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: recursive

- name: Download the tarantool build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: ${{ inputs.artifact_name }}

Expand Down

0 comments on commit 908569b

Please sign in to comment.