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 2cced00 commit d8553baCopy full SHA for d8553ba
.github/workflows/verify.yml
@@ -146,7 +146,7 @@ jobs:
146
. venv/bin/activate
147
uv pip install -r requirements.txt -r requirements-test.txt
148
- name: Download all coverage artifacts
149
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
150
- name: Combine coverage results
151
run: |
152
0 commit comments