artifact4
This commit is contained in:
parent
bcd0b9ce3d
commit
6f460b366d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main_volucy-gateway.yml
vendored
4
.github/workflows/main_volucy-gateway.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: zip release.zip ./* -r
|
run: zip release.zip ./* -r
|
||||||
|
|
||||||
- name: Upload artifact for deployment jobs
|
- name: Upload artifact for deployment jobs
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: python-app
|
name: python-app
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -51,7 +51,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: python-app
|
name: python-app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue