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