File tree Expand file tree Collapse file tree 3 files changed +316
-316
lines changed
Expand file tree Collapse file tree 3 files changed +316
-316
lines changed Original file line number Diff line number Diff line change 7878 uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080 - name : Cache coverage for ${{ matrix.python-version }}
81- uses : actions/upload-artifact@v5
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : cov_py${{ matrix.python-version }}
8484 path : .coverage
9898 python-version-file : " pyproject.toml"
9999
100100 - name : Pull coverage workflow artifacts
101- uses : actions/download-artifact@v6
101+ uses : actions/download-artifact@v7
102102 with :
103103 path : cov_cache/
104104
@@ -116,7 +116,7 @@ jobs:
116116 coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117117
118118 - name : Publish cov HTML
119- uses : actions/upload-artifact@v5
119+ uses : actions/upload-artifact@v6
120120 with :
121121 path : htmlcov/
122122 name : cov_report_html
Original file line number Diff line number Diff line change 3636 - id : python-check-blanket-type-ignore
3737 - id : python-use-type-annotations
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.14.8
39+ rev : v0.14.10
4040 hooks :
4141 - id : ruff-check
You can’t perform that action at this time.
0 commit comments