We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4940765 + fb6e644 commit 89b963cCopy full SHA for 89b963c
1 file changed
.github/workflows/python.yml
@@ -47,7 +47,7 @@ jobs:
47
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
48
49
- name: Archive code coverage results
50
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
51
with:
52
name: code-coverage-report-${{ matrix.python-version }}
53
path: ./*coverage.xml
0 commit comments