From 94f6aef5a2df2d1cbb3afdb74aa7a9f078d9e4d1 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Thu, 14 Mar 2024 17:22:26 +0400 Subject: [PATCH] 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 --- .github/workflows/reusable_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_test.yml b/.github/workflows/reusable_test.yml index ad2e688..0a94ced 100644 --- a/.github/workflows/reusable_test.yml +++ b/.github/workflows/reusable_test.yml @@ -15,12 +15,12 @@ jobs: steps: - name: Clone the ddl module - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ github.repository_owner }}/ddl - name: Download the Tarantool build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact_name }}