We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528eb52 commit 84ebec6Copy full SHA for 84ebec6
.github/workflows/verify.yml
@@ -109,7 +109,7 @@ jobs:
109
. venv/bin/activate
110
pytest --log-level info tests/ --cov='airos/'
111
- name: Upload coverage artifact
112
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
113
with:
114
name: coverage-${{ matrix.python-version }}
115
path: .coverage
@@ -164,7 +164,7 @@ jobs:
164
165
uv pip install -r requirements.txt -r requirements-test.txt
166
- name: Download all coverage artifacts
167
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
168
169
pattern: coverage-*
170
merge-multiple: true
0 commit comments