We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c8096 commit 86775dfCopy full SHA for 86775df
.github/workflows/python-package.yml
@@ -92,7 +92,7 @@ jobs:
92
token: ${{ secrets.CODECOV_TOKEN }}
93
files: coverage.xml
94
- name: Upload coredumpy data if applicable
95
- uses: gaogaotiantian/upload-coredumpy@v0.1
+ uses: gaogaotiantian/upload-coredumpy@v0.2
96
if: failure()
97
with:
98
name: coredumpy_data_${{ matrix.os }}_${{ matrix.python-version }}
0 commit comments