Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Wish <[email protected]>
  • Loading branch information
breezewish committed Jan 16, 2025
1 parent 5d1e0da commit e3882d8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integrate-cluster-cmd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
- name: Upload component log
if: ${{ failure() }}
# if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
overwrite: true
name: component_logs
path: ${{ env.working-directory }}/logs/

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integrate-cluster-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ jobs:
- name: Upload component log
if: ${{ failure() }}
# if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
overwrite: true
name: cluster_logs
path: ${{ env.working-directory }}/logs/

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integrate-dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ jobs:
- name: Upload component log
if: ${{ failure() }}
# if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
overwrite: true
name: dm_logs
path: ${{ env.working-directory }}/dm.logs.tar.gz

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/integrate-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Upload component log
if: ${{ failure() }}
# if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
overwrite: true
name: playground_logs
path: ${{ env.working-directory }}/playground.logs.tar.gz

Expand Down

0 comments on commit e3882d8

Please sign in to comment.