From 67f4a22057079f5d3f87ac74d674fede90720d0b Mon Sep 17 00:00:00 2001 From: vickytechkey Date: Sun, 9 Aug 2026 07:41:14 +0530 Subject: [PATCH] updating the workflow --- .forgejo/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci-cd.yml b/.forgejo/workflows/ci-cd.yml index e2ba5f9..b06ebd6 100644 --- a/.forgejo/workflows/ci-cd.yml +++ b/.forgejo/workflows/ci-cd.yml @@ -25,7 +25,7 @@ jobs: run: npm run build - name: Upload Build Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: dist path: dist/ @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: dist path: dist @@ -56,7 +56,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Build Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: dist path: dist