Skip to content

Commit aeb915d

Browse files
ylobankovDifferentialOrange
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 83c448c commit aeb915d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
steps:
2323
- name: Clone the mysql module
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
repository: ${{ github.repository_owner }}/mysql
2727
submodules: recursive
2828

2929
- name: Download the tarantool build artifact
30-
uses: actions/download-artifact@v3
30+
uses: actions/download-artifact@v4
3131
with:
3232
name: ${{ inputs.artifact_name }}
3333

0 commit comments

Comments
 (0)