Update to actions/upload-artifact and actions/download-artifact v4
This commit is contained in:
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user