Skip to content

Commit

Permalink
enhance: update workflow action upload-artifact to v4 (#39391)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhikun Yao <[email protected]>
  • Loading branch information
zhikunyao authored Jan 17, 2025
1 parent bef042a commit d14bb67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fi
make milvus
- name: Upload Cmake log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: cmake-log
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: |
zip -r code.zip . -x "./.docker/*" -x "./cmake_build/thirdparty/**" -x ".git/**"
- name: Archive code
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code
path: code.zip
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
remove-android: 'true'
remove-haskell: 'true'
- name: Download code
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: code
- run: |
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
remove-android: 'true'
remove-haskell: 'true'
- name: Download code
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: code
- run: |
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
remove-android: 'true'
remove-haskell: 'true'
- name: Download code
uses: actions/download-artifact@v3.0.1
uses: actions/download-artifact@v4
with:
name: code
- run: |
Expand Down

0 comments on commit d14bb67

Please sign in to comment.