Skip to content

Commit

Permalink
Bump GitHub action versions in reusable_qa.yml
Browse files Browse the repository at this point in the history
- actions/checkout: v2 -> v3
- actions/download-artifact: v2 -> v3
  • Loading branch information
ylobankov authored and rybakit committed Jun 16, 2023
1 parent d6c0110 commit 62d5b86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Clone the tarantool-php/client connector
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: tarantool-php/client

- 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 62d5b86

Please sign in to comment.