File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 run : |
7373 python -m pip install build
7474 python -m build --wheel --outdir wheelhouse/
75- - uses : actions/upload-artifact@v4
75+ - uses : actions/upload-artifact@v3
7676 with :
7777 name : wheels
7878 path : ./wheelhouse/*.whl
@@ -104,7 +104,7 @@ jobs:
104104 - name : Build
105105 run : |
106106 python3 setup.py sdist
107- - uses : actions/upload-artifact@v4
107+ - uses : actions/upload-artifact@v3
108108 with :
109109 name : wheels
110110 path : dist/*
@@ -159,7 +159,7 @@ jobs:
159159 with :
160160 python-version : ${{ matrix.python-version }}
161161 architecture : x64
162- - uses : actions/download-artifact@v4
162+ - uses : actions/download-artifact@v3
163163 with :
164164 name : wheels
165165 path : dist
Original file line number Diff line number Diff line change 8686 ${{ runner.os }}-ut-maven-
8787 - name : Test java
8888 run : make test-java-with-coverage
89- - uses : actions/upload-artifact@v4
89+ - uses : actions/upload-artifact@v3
9090 with :
9191 name : java-coverage-report
9292 path : ${{ github.workspace }}/docs/coverage/java/target/site/jacoco-aggregate/
Original file line number Diff line number Diff line change 6767 ${{ runner.os }}-ut-maven-
6868 - name : Test java
6969 run : make test-java-with-coverage
70- - uses : actions/upload-artifact@v4
70+ - uses : actions/upload-artifact@v3
7171 with :
7272 name : java-coverage-report
7373 path : ${{ github.workspace }}/docs/coverage/java/target/site/jacoco-aggregate/
@@ -184,7 +184,7 @@ jobs:
184184 - name : Run integration tests
185185 run : make test-java-integration
186186 - name : Save report
187- uses : actions/upload-artifact@v4
187+ uses : actions/upload-artifact@v3
188188 if : failure()
189189 with :
190190 name : it-report
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 runs-on : ubuntu-latest
135135 needs : [build_wheels]
136136 steps :
137- - uses : actions/download-artifact@v4
137+ - uses : actions/download-artifact@v3
138138 with :
139139 name : wheels
140140 path : dist
You can’t perform that action at this time.
0 commit comments