File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 run : hatch run test:test
5454
5555 - name : Upload coverage
56- uses : actions/upload-artifact@v5
56+ uses : actions/upload-artifact@v6
5757 with :
5858 name : coverage-unit-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
5959 path : .coverage.*
@@ -151,13 +151,13 @@ jobs:
151151
152152 - name : Upload logs for debugging
153153 if : ${{ failure() }}
154- uses : actions/upload-artifact@v5
154+ uses : actions/upload-artifact@v6
155155 with :
156156 name : ${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
157157 path : e2e-output
158158
159159 - name : Upload coverage
160- uses : actions/upload-artifact@v5
160+ uses : actions/upload-artifact@v6
161161 with :
162162 name : coverage-e2e-${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
163163 path : .coverage.*
@@ -202,7 +202,7 @@ jobs:
202202 hatch run test:coverage report --fail-under=60
203203
204204 - name : Upload report
205- uses : actions/upload-artifact@v5
205+ uses : actions/upload-artifact@v6
206206 with :
207207 path : htmlcov
208208 name : htmlcov
You can’t perform that action at this time.
0 commit comments