From 16e3b74d46c300eb5f2346c8f618ba1b4ef4c009 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Fri, 27 Jan 2023 13:54:04 +0400 Subject: [PATCH] ci: bump action versions in reusable_testing.yml - actions/checkout: v2 -> v3 - actions/download-artifact: v2 -> v3 --- .github/workflows/reusable_testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable_testing.yml b/.github/workflows/reusable_testing.yml index f9fc0b07..214b958d 100644 --- a/.github/workflows/reusable_testing.yml +++ b/.github/workflows/reusable_testing.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-20.04 steps: - name: 'Clone the queue module' - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: ${{ github.repository_owner }}/queue - name: 'Download the tarantool build artifact' - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ inputs.artifact_name }}