Skip to content

Commit

Permalink
ci: bump actions to v4 in reusable_qa.yml (#25)
Browse files Browse the repository at this point in the history
Bump version of the `actions/checkout` and `actions/download-artifact`
actions to v4 for fixing the following GitHub warning:

    The following actions uses node12 which is deprecated and will be
    forced to run on node16
  • Loading branch information
ylobankov authored Mar 14, 2024
1 parent 1aec7e7 commit 4e1e2cb
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/queue connector
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: tarantool-php/queue

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

Expand Down

0 comments on commit 4e1e2cb

Please sign in to comment.