Skip to content

Commit 45b08f7

Browse files
ylobankovDifferentialOrange
authored andcommitted
ci: bump actions to v4 in reusable_test.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 aa363c7 commit 45b08f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Clone the ddl module
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
repository: ${{ github.repository_owner }}/ddl
2121

2222
- name: Download the Tarantool build artifact
23-
uses: actions/download-artifact@v3
23+
uses: actions/download-artifact@v4
2424
with:
2525
name: ${{ inputs.artifact_name }}
2626

0 commit comments

Comments
 (0)