From 5651e50534b7e234eb42d1b6a910b0835614c0d1 Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Fri, 17 Jan 2025 17:22:28 +0000 Subject: [PATCH] fix #360: Bump actions/upload-artifact from 3 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 efcdec7..abbea2e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -93,7 +93,7 @@ jobs: run: make build - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: dist path: dist