Skip to content

Commit 86775df

Browse files
Upgrade coredumpy action to v0.2 (#573)
1 parent a1c8096 commit 86775df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
token: ${{ secrets.CODECOV_TOKEN }}
9393
files: coverage.xml
9494
- name: Upload coredumpy data if applicable
95-
uses: gaogaotiantian/upload-coredumpy@v0.1
95+
uses: gaogaotiantian/upload-coredumpy@v0.2
9696
if: failure()
9797
with:
9898
name: coredumpy_data_${{ matrix.os }}_${{ matrix.python-version }}

0 commit comments

Comments
 (0)