Skip to content

Commit

Permalink
ci: bump action versions in reusable_testing.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 LeonidVas committed Jun 16, 2023
1 parent a681590 commit 16e3b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable_testing.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 queue module'
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ${{ github.repository_owner }}/queue

- 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 16e3b74

Please sign in to comment.