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 a5757e8 commit 7ddfee7Copy full SHA for 7ddfee7
.github/workflows/ci.yml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
python -m pip install --upgrade pip
72
pip install codecov~=2.0.15
73
- - uses: actions/download-artifact@v1
+ - uses: actions/download-artifact@v4.1.7
74
with:
75
name: coverage-${{ matrix.python-version }}
76
path: coverage.xml
0 commit comments