File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
CI_JIRA_CLOUD_USER_TOKEN : ${{ secrets.CLOUD_USER_TOKEN }}
51
51
52
52
- name : Upload coverage to Codecov
53
- uses : codecov/codecov-action@v4.1.0
53
+ uses : codecov/codecov-action@v5
54
54
with :
55
55
file : ./coverage.xml
56
56
name : ${{ runner.os }}-${{ matrix.python-version }}-Cloud
Original file line number Diff line number Diff line change 39
39
run : tox
40
40
41
41
- name : Upload coverage to Codecov
42
- uses : codecov/codecov-action@v4.1.0
42
+ uses : codecov/codecov-action@v5
43
43
with :
44
44
file : ./coverage.xml
45
45
name : ${{ runner.os }}-${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
token : ${{ secrets.CODECOV_TOKEN }}
176
176
177
177
- name : Upload coverage data
178
- uses : codecov/codecov-action@v4
178
+ uses : codecov/codecov-action@v5
179
179
with :
180
180
name : ${{ matrix.name }}
181
181
# verbose: true # optional (default = false)
You can’t perform that action at this time.
0 commit comments