Skip to content

Commit 90a6b7b

Browse files
authored
Upgrade: upload-artifact to v3 (#3984)
1 parent 28c3ac7 commit 90a6b7b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
107107
- name: upload unit test results
108108
if: always()
109-
uses: actions/upload-artifact@v2
109+
uses: actions/upload-artifact@v3
110110
with:
111111
name: linux-ut-result-cpp-${{ github.sha }}
112112
# exclude _deps xml
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: upload artifacts
129129
if: ${{ github.event_name == 'push' }}
130-
uses: actions/upload-artifact@v2
130+
uses: actions/upload-artifact@v3
131131
with:
132132
path: openmldb-*.tar.gz
133133
name: release-artifacts

.github/workflows/integration-test-pkg.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
run: source /root/.bashrc && bash test/steps/openmldb-sdk-test-python.sh -b PKG -d standalone -l "0"
202202
- name: upload test results
203203
if: always()
204-
uses: actions/upload-artifact@v2
204+
uses: actions/upload-artifact@v3
205205
with:
206206
name: python-sdk-standalone-0-pkg-${{ github.sha }}
207207
path: |
@@ -238,7 +238,7 @@ jobs:
238238
run: source /root/.bashrc && bash test/steps/openmldb-sdk-test-python.sh -b PKG -d standalone -l "1,2,3,4,5"
239239
- name: upload test results
240240
if: always()
241-
uses: actions/upload-artifact@v2
241+
uses: actions/upload-artifact@v3
242242
with:
243243
name: python-sdk-standalone-1-pkg-${{ github.sha }}
244244
path: |

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: upload ut results
5454
if: always()
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v3
5656
with:
5757
name: openmldb-test-python-${{ github.sha }}
5858
path: pytest.xml

0 commit comments

Comments
 (0)