From 3c0fb0a56fc0ae04011205efdca94b91abfa2898 Mon Sep 17 00:00:00 2001 From: Michael Kowal <35471076+MichaelKowal@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:20:51 -0800 Subject: [PATCH] Update download-artifacts to v4 (#3) --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 4f5501b..2c12ed6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -59,7 +59,7 @@ jobs: - run: npm install - name: Download release artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: release path: release