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