Skip to content

Commit 47c63bc

Browse files
Bump codecov/codecov-action from 5 to 7
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5155aa9 commit 47c63bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: julia-actions/julia-runtest@v1
6060
- uses: julia-actions/julia-processcoverage@v1
6161
if: matrix.coverage
62-
- uses: codecov/codecov-action@v5
62+
- uses: codecov/codecov-action@v7
6363
if: matrix.coverage
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
exit(0) # Exit immediately, as a success
6868
end
6969
- uses: julia-actions/julia-processcoverage@v1
70-
- uses: codecov/codecov-action@v5
70+
- uses: codecov/codecov-action@v7
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}
7373
files: lcov.info

0 commit comments

Comments
 (0)