File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
60
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
61
61
with :
62
62
file : ./coverage.xml
Original file line number Diff line number Diff line change 76
76
run : tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
77
77
- name : Upload coverage to codecov
78
78
if : contains(matrix.toxenv,'-cov')
79
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
79
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
80
80
with :
81
81
file : ./coverage.xml
82
82
You can’t perform that action at this time.
0 commit comments