Skip to content

Commit 5f2b145

Browse files
ylobankovLeonidVas
authored andcommitted
ci: bump actions to v4 in reusable_testing.yml
Bump version of the `actions/checkout` and `actions/download-artifact` actions to v4 for fixing the following GitHub warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20
1 parent 67738f1 commit 5f2b145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_testing.yml

+2-2
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 queue module'
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
repository: ${{ github.repository_owner }}/queue
2020

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

0 commit comments

Comments
 (0)