From d39f8366b36bb818e542b4f730e56e32ed452722 Mon Sep 17 00:00:00 2001 From: Marco Eilers Date: Wed, 11 Sep 2024 21:08:01 +0200 Subject: [PATCH] Update download artifact --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 943ef846..d853152f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: submodules: true - name: Download artifacts from job test-and-assemble - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: test-and-assemble