mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -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
|
||||
# run: npm audit --production
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: J40Static
|
||||
# Upload-artifact does not support the default working directory
|
||||
|
@ -60,7 +60,7 @@ jobs:
|
|||
- name: Checkout source
|
||||
uses: actions/checkout@v2
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: J40Static
|
||||
path: ./public
|
||||
|
|
Loading…
Add table
Reference in a new issue