From cb8df153c4ac21f3707dd9c016482b8b77b650e8 Mon Sep 17 00:00:00 2001 From: Byron Sommardahl Date: Thu, 8 Aug 2024 13:24:32 -0500 Subject: [PATCH] Pasting the action name. --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 7425bda..1239019 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -25,6 +25,6 @@ jobs: run: cd frontend && npm run build - name: upload the artifact - uses: actions/upload-pages-artifact@3 + uses: actions/upload-pages-artifact@v1 with: path: frontend/build \ No newline at end of file