updated yml file
This commit is contained in:
parent
0997719e33
commit
5980771b55
1 changed files with 3 additions and 3 deletions
6
.github/workflows/int_poweron-nyla-int.yml
vendored
6
.github/workflows/int_poweron-nyla-int.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Node.js version
|
- name: Set up Node.js version
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
node-version: '18'
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: zip release.zip ./* -r
|
run: zip release.zip ./* -r
|
||||||
|
|
||||||
- name: Upload artifact for deployment job
|
- name: Upload artifact for deployment job
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: node-app
|
name: node-app
|
||||||
path: release.zip
|
path: release.zip
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact from build job
|
- name: Download artifact from build job
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: node-app
|
name: node-app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue