File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 update_existing : true
9696
9797 - name : Upload coverage
98- uses : actions/upload-artifact@v6
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : covreport-${{ matrix.os }}-py${{ matrix.python-version }}-${{ matrix.add-group }}-${{ matrix.resolution }}
101101 path : ./.coverage*
@@ -128,7 +128,7 @@ jobs:
128128 run : uv run --no-dev --group pyqt6 coverage run -p -m pytest -v
129129
130130 - name : Upload coverage
131- uses : actions/upload-artifact@v6
131+ uses : actions/upload-artifact@v7
132132 with :
133133 name : covreport-mindeps-${{ matrix.os }}-py${{ matrix.python-version }}
134134 path : ./.coverage*
@@ -184,7 +184,7 @@ jobs:
184184 contents : write
185185 steps :
186186 - name : Download built artifact to dist/
187- uses : actions/download-artifact@v7
187+ uses : actions/download-artifact@v8
188188 with :
189189 name : Packages
190190 path : dist
Original file line number Diff line number Diff line change 55
66repos :
77 - repo : https://github.com/abravalheri/validate-pyproject
8- rev : v0.24.1
8+ rev : v0.25
99 hooks :
1010 - id : validate-pyproject
1111
1212 - repo : https://github.com/rhysd/actionlint
13- rev : v1.7.9
13+ rev : v1.7.12
1414 hooks :
1515 - id : actionlint
1616 files : " ^\\ .github/workflows/.*\\ .ya?ml$"
1717
1818 - repo : https://github.com/adhtruong/mirrors-typos
19- rev : v1.40 .0
19+ rev : v1.46 .0
2020 hooks :
2121 - id : typos
2222 args : [--force-exclude] # omitting --write-changes
2323
2424 - repo : https://github.com/astral-sh/ruff-pre-commit
25- rev : v0.14.8
25+ rev : v0.15.12
2626 hooks :
2727 - id : ruff-check
2828 args : ["--fix", "--unsafe-fixes"]
2929 - id : ruff-format
3030
3131 - repo : https://github.com/pre-commit/mirrors-mypy
32- rev : v1.19.0
32+ rev : v1.20.2
3333 hooks :
3434 - id : mypy
3535 files : " ^src/"
You can’t perform that action at this time.
0 commit comments