From 6ac0aecd353dfd267977b04c2202507f4116d81c Mon Sep 17 00:00:00 2001 From: "Igoshev, Iaroslav" Date: Mon, 9 Sep 2024 10:16:22 +0000 Subject: [PATCH] Add actions/checkout@v4 to merge artifacts Signed-off-by: Igoshev, Iaroslav --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45396604876..9e1f28958b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -717,6 +717,7 @@ jobs: run: shell: bash -l {0} steps: + - uses: actions/checkout@v4 - name: Merge Artifacts uses: actions/upload-artifact/merge@v4 with: