From ce1ef73f087292f3b722256d0de67e8d44dae2b7 Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Fri, 17 Jan 2025 17:23:08 +0000 Subject: [PATCH] fix #359: Bump actions/download-artifact from 2 to 4 --- .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 abbea2e..e14cf08 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -112,7 +112,7 @@ jobs: id-token: write steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: dist path: dist