Skip to content

Commit

Permalink
Upgrade: upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nmreadelf committed Sep 23, 2024
1 parent 5c67e59 commit ff14cf2
Showing 1 changed file with 2 additions and 2 deletions.
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@v4
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@v4
with:
name: python-sdk-standalone-1-pkg-${{ github.sha }}
path: |
Expand Down

0 comments on commit ff14cf2

Please sign in to comment.