File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 run : uvx --with tox-uv tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4444
4545 - name : Upload coverage data
46- uses : actions/upload-artifact@v6
46+ uses : actions/upload-artifact@v7
4747 with :
4848 name : coverage-data-${{ matrix.python-version }}
4949 path : ' ${{ github.workspace }}/.coverage.*'
6868 run : uv pip install --system coverage[toml]
6969
7070 - name : Download data
71- uses : actions/download-artifact@v7
71+ uses : actions/download-artifact@v8
7272 with :
7373 path : ${{ github.workspace }}
7474 pattern : coverage-data-*
8484
8585 - name : Upload HTML report
8686 if : ${{ failure() }}
87- uses : actions/upload-artifact@v6
87+ uses : actions/upload-artifact@v7
8888 with :
8989 name : html-report
9090 path : htmlcov
You can’t perform that action at this time.
0 commit comments