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 09c6328 commit 66813d1Copy full SHA for 66813d1
.github/workflows/tests.yaml
@@ -100,7 +100,7 @@ jobs:
100
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
101
needs.tests-linux.outputs.python-key }}
102
- name: Download all coverage artifacts
103
- uses: actions/download-artifact@v3.0.2
+ uses: actions/download-artifact@v4.1.1
104
- name: Combine coverage results
105
run: |
106
. venv/bin/activate
0 commit comments