Update to actions/upload-artifact and actions/download-artifact v4

This commit is contained in:
stabgan
2025-03-27 00:56:52 +05:30
parent 7663fa99d6
commit cec6a2787a

View File

@@ -56,7 +56,7 @@ jobs:
run: npm test || echo "No tests found" run: npm test || echo "No tests found"
- name: Upload build artifacts - name: Upload build artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/
@@ -98,7 +98,7 @@ jobs:
run: npm cache clean --force && npm install --legacy-peer-deps --no-optional run: npm cache clean --force && npm install --legacy-peer-deps --no-optional
- name: Download build artifacts - name: Download build artifacts
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: dist name: dist
path: dist/ path: dist/