From d34f768b53da5ac7e049292dacd440eb7fb6d719 Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Thu, 5 Sep 2024 09:47:26 +0100 Subject: [PATCH] download-artifact -> 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 b501a31..83f1dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Get dist artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: build-dir