@@ -36,15 +36,15 @@ jobs:
3636 allow-prereleases : true
3737
3838 - name : Install uv
39- uses : astral-sh/setup-uv@v6
39+ uses : astral-sh/setup-uv@v7
4040 with :
4141 enable-cache : true
4242
4343 - name : Run tox targets for ${{ matrix.python-version }}
4444 run : uvx --with tox-uv tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
4545
4646 - name : Upload coverage data
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v5
4848 with :
4949 name : coverage-data-${{ matrix.python-version }}
5050 path : ' ${{ github.workspace }}/.coverage.*'
@@ -63,13 +63,13 @@ jobs:
6363 python-version : ' 3.13'
6464
6565 - name : Install uv
66- uses : astral-sh/setup-uv@v6
66+ uses : astral-sh/setup-uv@v7
6767
6868 - name : Install dependencies
6969 run : uv pip install --system coverage[toml]
7070
7171 - name : Download data
72- uses : actions/download-artifact@v5
72+ uses : actions/download-artifact@v6
7373 with :
7474 path : ${{ github.workspace }}
7575 pattern : coverage-data-*
8585
8686 - name : Upload HTML report
8787 if : ${{ failure() }}
88- uses : actions/upload-artifact@v4
88+ uses : actions/upload-artifact@v5
8989 with :
9090 name : html-report
9191 path : htmlcov
@@ -103,7 +103,7 @@ jobs:
103103 steps :
104104 - uses : actions/checkout@v5
105105
106- - uses : astral-sh/setup-uv@v6
106+ - uses : astral-sh/setup-uv@v7
107107
108108 - name : Build
109109 run : uv build
0 commit comments