From 1cd220319de332314f119f59828a082e7e896491 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Thu, 14 Mar 2024 17:48:35 +0400 Subject: [PATCH] ci: bump actions to v4 in reusable_qa.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_qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_qa.yml b/.github/workflows/reusable_qa.yml index 0506a0e..5f0a11a 100644 --- a/.github/workflows/reusable_qa.yml +++ b/.github/workflows/reusable_qa.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Clone the tarantool-php/client connector - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: tarantool-php/client - name: Download the tarantool build artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ inputs.artifact_name }}