Skip to content

Commit 84ebec6

Browse files
Update GitHub Artifact Actions
1 parent 528eb52 commit 84ebec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
. venv/bin/activate
110110
pytest --log-level info tests/ --cov='airos/'
111111
- name: Upload coverage artifact
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v6
113113
with:
114114
name: coverage-${{ matrix.python-version }}
115115
path: .coverage
@@ -164,7 +164,7 @@ jobs:
164164
. venv/bin/activate
165165
uv pip install -r requirements.txt -r requirements-test.txt
166166
- name: Download all coverage artifacts
167-
uses: actions/download-artifact@v5
167+
uses: actions/download-artifact@v7
168168
with:
169169
pattern: coverage-*
170170
merge-multiple: true

0 commit comments

Comments
 (0)