From 163ba3aaf6a175e89c819c5d9e165787e7706a16 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 7 Sep 2024 18:32:22 +0100 Subject: [PATCH] Update actions/download-artifct action --- .github/workflows/wled-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wled-ci.yml b/.github/workflows/wled-ci.yml index e78c1c73..829eeeca 100644 --- a/.github/workflows/wled-ci.yml +++ b/.github/workflows/wled-ci.yml @@ -81,7 +81,7 @@ jobs: needs: [get_default_envs, build] if: startsWith(github.ref, 'refs/tags/') steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: firmware-release - name: Create draft release