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