Merge pull request #162 from valueonag/feat/demo-system-readieness
upgr node24
This commit is contained in:
commit
67ba8847dc
4 changed files with 11 additions and 11 deletions
2
.github/workflows/deploy-gcp.yml
vendored
2
.github/workflows/deploy-gcp.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Determine environment
|
- name: Determine environment
|
||||||
id: env
|
id: env
|
||||||
|
|
|
||||||
8
.github/workflows/int_gateway-int.yml
vendored
8
.github/workflows/int_gateway-int.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
||||||
contents: read #This is required for actions/checkout
|
contents: read #This is required for actions/checkout
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Python version
|
- name: Set up Python version
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
|
|
@ -49,7 +49,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@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: python-app
|
name: python-app
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact from build job
|
- name: Download artifact from build job
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: python-app
|
name: python-app
|
||||||
|
|
||||||
|
|
|
||||||
8
.github/workflows/main_gateway-prod.yml
vendored
8
.github/workflows/main_gateway-prod.yml
vendored
|
|
@ -22,10 +22,10 @@ jobs:
|
||||||
contents: read #This is required for actions/checkout
|
contents: read #This is required for actions/checkout
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Python version
|
- name: Set up Python version
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
|
|
@ -49,7 +49,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@v4
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: python-app
|
name: python-app
|
||||||
path: |
|
path: |
|
||||||
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact from build job
|
- name: Download artifact from build job
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: python-app
|
name: python-app
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,10 +25,10 @@ jobs:
|
||||||
contents: write # push requirements.lock
|
contents: write # push requirements.lock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue