Skip to content

Commit ef46126

Browse files
Bump codecov/codecov-action from 4 to 5
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>
1 parent 3e95bd6 commit ef46126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: julia --project=. -e 'using Pkg; Pkg.instantiate()'
3636
- run: julia --project=. --color=yes --check-bounds=yes test/sequential/runtests.jl
3737
- uses: julia-actions/julia-processcoverage@v1
38-
- uses: codecov/codecov-action@v4
38+
- uses: codecov/codecov-action@v5
3939
with:
4040
file: lcov.info
4141
MPITests:
@@ -75,7 +75,7 @@ jobs:
7575
- run: cd test/TestApp/compile; ./compile.sh
7676
- run: julia --project=test/TestApp/ --color=yes --check-bounds=yes test/mpi/runtests.jl test/TestApp/compile/TestApp.so
7777
- uses: julia-actions/julia-processcoverage@v1
78-
- uses: codecov/codecov-action@v4
78+
- uses: codecov/codecov-action@v5
7979
with:
8080
file: lcov.info
8181
docs:

0 commit comments

Comments
 (0)