We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14e3b6 commit 00eed98Copy full SHA for 00eed98
2 files changed
.github/workflows/lint_test.yml
@@ -78,7 +78,7 @@ jobs:
78
uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
79
80
- name: Cache coverage for ${{ matrix.python-version }}
81
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
82
with:
83
name: cov_py${{ matrix.python-version }}
84
path: .coverage
@@ -98,7 +98,7 @@ jobs:
98
python-version-file: "pyproject.toml"
99
100
- name: Pull coverage workflow artifacts
101
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
102
103
path: cov_cache/
104
@@ -116,7 +116,7 @@ jobs:
116
coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117
118
- name: Publish cov HTML
119
120
121
path: htmlcov/
122
name: cov_report_html
0 commit comments