We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d7a7da + 759a1b1 commit ba14efdCopy full SHA for ba14efd
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@v5
+ uses: actions/upload-artifact@v6
51
with:
52
name: code-coverage-report-${{ matrix.python-version }}
53
path: ./*coverage.xml
0 commit comments