updating the workflow
Some checks failed
CI/CD Pipeline / deploy-prod (push) Has been skipped
CI/CD Pipeline / deploy-beta (push) Failing after 16s
CI/CD Pipeline / build-and-test (push) Successful in 41s

This commit is contained in:
vickytechkey 2026-08-09 07:41:14 +05:30
parent b4a0b61c7e
commit 67f4a22057

View file

@ -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