mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
update artifact actions version
This commit is contained in:
parent
2c1fec5317
commit
460449f989
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy_frontend_main.yml
vendored
4
.github/workflows/deploy_frontend_main.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
# - name: Check for security vulnerabilities
|
# - name: Check for security vulnerabilities
|
||||||
# run: npm audit --production
|
# run: npm audit --production
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: J40Static
|
name: J40Static
|
||||||
# Upload-artifact does not support the default working directory
|
# Upload-artifact does not support the default working directory
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: J40Static
|
name: J40Static
|
||||||
path: ./public
|
path: ./public
|
||||||
|
|
Loading…
Add table
Reference in a new issue