File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 allow-prereleases : true
3838
3939 - name : Install uv
40- uses : astral-sh/setup-uv@v6
40+ uses : astral-sh/setup-uv@v7
4141 with :
4242 enable-cache : true
4343
4646
4747 - name : Upload coverage data
4848 if : matrix.os != 'windows-2022'
49- uses : actions/upload-artifact@v4
49+ uses : actions/upload-artifact@v5
5050 with :
5151 name : coverage-data-${{ matrix.python-version }}
5252 path : ' ${{ github.workspace }}/.coverage.*'
@@ -65,13 +65,13 @@ jobs:
6565 python-version : ' 3.13'
6666
6767 - name : Install uv
68- uses : astral-sh/setup-uv@v6
68+ uses : astral-sh/setup-uv@v7
6969
7070 - name : Install dependencies
7171 run : uv pip install --system coverage[toml]
7272
7373 - name : Download data
74- uses : actions/download-artifact@v5
74+ uses : actions/download-artifact@v6
7575 with :
7676 path : ${{ github.workspace }}
7777 pattern : coverage-data-*
8787
8888 - name : Upload HTML report
8989 if : ${{ failure() }}
90- uses : actions/upload-artifact@v4
90+ uses : actions/upload-artifact@v5
9191 with :
9292 name : html-report
9393 path : htmlcov
You can’t perform that action at this time.
0 commit comments