File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 run : hatch run test:test
5656
5757 - name : Upload coverage
58- uses : actions/upload-artifact@v6
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : coverage-unit-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
6161 path : .coverage.*
@@ -130,15 +130,15 @@ jobs:
130130
131131 - name : Upload logs for debugging
132132 if : ${{ failure() }}
133- uses : actions/upload-artifact@v6
133+ uses : actions/upload-artifact@v7
134134 with :
135135 name : ${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
136136 path : |
137137 e2e-output
138138 e2e-failed-*
139139
140140 - name : Upload coverage
141- uses : actions/upload-artifact@v6
141+ uses : actions/upload-artifact@v7
142142 with :
143143 name : coverage-e2e-${{ matrix.test-script }}-py${{ matrix.python-version }}-rs${{ matrix.rust-version }}-${{ matrix.os }}
144144 path : .coverage.*
@@ -183,7 +183,7 @@ jobs:
183183 hatch run test:coverage report --fail-under=60
184184
185185 - name : Upload report
186- uses : actions/upload-artifact@v6
186+ uses : actions/upload-artifact@v7
187187 with :
188188 path : htmlcov
189189 name : htmlcov
You can’t perform that action at this time.
0 commit comments