File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5959 allow-prereleases : true
6060
6161 - name : Install uv
62- uses : astral-sh/setup-uv@v6
62+ uses : astral-sh/setup-uv@v7
6363 with :
6464 enable-cache : true
6565
8282 id : format_db_id
8383
8484 - name : Upload coverage data
85- uses : actions/upload-artifact@v4
85+ uses : actions/upload-artifact@v5
8686 with :
8787 name : coverage-data-${{ matrix.python-version }}-${{ steps.format_db_id.outputs.db_id }}
8888 path : ' ${{ github.workspace }}/.coverage.*'
@@ -101,13 +101,13 @@ jobs:
101101 python-version : ' 3.13'
102102
103103 - name : Install uv
104- uses : astral-sh/setup-uv@v6
104+ uses : astral-sh/setup-uv@v7
105105
106106 - name : Install dependencies
107107 run : uv pip install --system coverage[toml]
108108
109109 - name : Download data
110- uses : actions/download-artifact@v5
110+ uses : actions/download-artifact@v6
111111 with :
112112 path : ${{ github.workspace }}
113113 pattern : coverage-data-*
@@ -123,7 +123,7 @@ jobs:
123123
124124 - name : Upload HTML report
125125 if : ${{ failure() }}
126- uses : actions/upload-artifact@v4
126+ uses : actions/upload-artifact@v5
127127 with :
128128 name : html-report
129129 path : htmlcov
@@ -141,7 +141,7 @@ jobs:
141141 steps :
142142 - uses : actions/checkout@v5
143143
144- - uses : astral-sh/setup-uv@v6
144+ - uses : astral-sh/setup-uv@v7
145145
146146 - name : Build
147147 run : uv build
You can’t perform that action at this time.
0 commit comments