ci: bump upload/download-artifact from v3 to v4 in all deploy workflows
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
run: tar -czf deepdrft-api.tar.gz -C DeepDrftAPI/publish .
|
run: tar -czf deepdrft-api.tar.gz -C DeepDrftAPI/publish .
|
||||||
|
|
||||||
- name: Upload artifacts (archive + bundle)
|
- name: Upload artifacts (archive + bundle)
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: deepdrft-api
|
name: deepdrft-api
|
||||||
path: |
|
path: |
|
||||||
@@ -90,7 +90,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: deepdrft-api
|
name: deepdrft-api
|
||||||
path: staging/
|
path: staging/
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
run: tar -czf deepdrft-manager.tar.gz -C DeepDrftManager/publish .
|
run: tar -czf deepdrft-manager.tar.gz -C DeepDrftManager/publish .
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: deepdrft-manager
|
name: deepdrft-manager
|
||||||
path: deepdrft-manager.tar.gz
|
path: deepdrft-manager.tar.gz
|
||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
|
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: deepdrft-manager
|
name: deepdrft-manager
|
||||||
|
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: tar -czf deepdrft-public.tar.gz -C DeepDrftPublic/publish .
|
run: tar -czf deepdrft-public.tar.gz -C DeepDrftPublic/publish .
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: deepdrft-public
|
name: deepdrft-public
|
||||||
path: deepdrft-public.tar.gz
|
path: deepdrft-public.tar.gz
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
|
DEPLOY_HOST: ${{ github.ref == 'refs/heads/master' && 'prod.cerebellumsoftworks.com' || 'dch7.cerebellumsoftworks.com' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: deepdrft-public
|
name: deepdrft-public
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user