File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
58
58
- name : Upload coverage to codecov
59
59
if : contains(matrix.toxenv,'-cov')
60
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
60
+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
61
61
with :
62
62
file : ./coverage.xml
Original file line number Diff line number Diff line change 69
69
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
70
70
- name : Upload coverage to codecov
71
71
if : contains(matrix.toxenv,'-cov')
72
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
72
+ uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
73
73
with :
74
74
file : ./coverage.xml
75
75
You can’t perform that action at this time.
0 commit comments