Skip to content

Commit 9081cda

Browse files
Bump codecov/codecov-action from 4 to 5 (#6)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc3babb commit 9081cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-julia-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
env:
4141
JULIA_NUM_THREADS: 4
4242
- uses: julia-actions/julia-processcoverage@v1
43-
- uses: codecov/codecov-action@v4
43+
- uses: codecov/codecov-action@v5
4444
env:
4545
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4646
with:

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
JULIA_NUM_THREADS: 4
4343
- uses: julia-actions/julia-processcoverage@v1
44-
- uses: codecov/codecov-action@v4
44+
- uses: codecov/codecov-action@v5
4545
env:
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4747
with:

0 commit comments

Comments
 (0)