Skip to content

Commit

Permalink
Upgrade: upload-artifact to v3 (#3984)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmreadelf authored Oct 11, 2024
1 parent 28c3ac7 commit 90a6b7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: upload unit test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linux-ut-result-cpp-${{ github.sha }}
# exclude _deps xml
Expand All @@ -127,7 +127,7 @@ jobs:
- name: upload artifacts
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
path: openmldb-*.tar.gz
name: release-artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
run: source /root/.bashrc && bash test/steps/openmldb-sdk-test-python.sh -b PKG -d standalone -l "0"
- name: upload test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: python-sdk-standalone-0-pkg-${{ github.sha }}
path: |
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
run: source /root/.bashrc && bash test/steps/openmldb-sdk-test-python.sh -b PKG -d standalone -l "1,2,3,4,5"
- name: upload test results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: python-sdk-standalone-1-pkg-${{ github.sha }}
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: upload ut results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: openmldb-test-python-${{ github.sha }}
path: pytest.xml

0 comments on commit 90a6b7b

Please sign in to comment.