Skip to content

Commit 4e1e2cb

Browse files
authored
ci: bump actions to v4 in reusable_qa.yml (#25)
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
1 parent 1aec7e7 commit 4e1e2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_qa.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 tarantool-php/queue connector
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
repository: tarantool-php/queue
2020

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

0 commit comments

Comments
 (0)