File tree Expand file tree Collapse file tree 2 files changed +315
-315
lines changed
Expand file tree Collapse file tree 2 files changed +315
-315
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
You can’t perform that action at this time.
0 commit comments