Skip to content

Commit e5f7350

Browse files
authored
Merge pull request #54 from JuliaReach/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents 6852f93 + ea57742 commit e5f7350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Process coverage
4646
uses: julia-actions/julia-processcoverage@v1
4747
- name: Upload coverage
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
files: lcov.info
5151
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/test-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Process coverage
4949
uses: julia-actions/julia-processcoverage@v1
5050
- name: Upload coverage
51-
uses: codecov/codecov-action@v4
51+
uses: codecov/codecov-action@v5
5252
with:
5353
files: lcov.info
5454
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)