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
|
||||
|
||||
- name: Upload artifact for deployment jobs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: python-app
|
||||
path: |
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Download artifact from build job
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: python-app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue