From 00b1c4731291a8572ac4e6c01658f28dced9e919 Mon Sep 17 00:00:00 2001 From: Vlad Protsenko Date: Thu, 2 May 2024 14:55:15 +0200 Subject: [PATCH] Update download artifact action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e793e957f..c7f27adab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,7 +70,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 - name: "Create " shell: bash run: |