From df8a2a52438224c77fac69661bc7847d0235f9e9 Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Wed, 22 May 2024 12:43:46 +0200 Subject: [PATCH] Can't use v4 :/ --- .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 a11fb91..cb1ff62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: path: './artifacts'