Skip to content

Commit 3ab5c4b

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 29b0241 commit 3ab5c4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/JuliaNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
git config --global user.email te@st.er
2828
- uses: julia-actions/julia-runtest@latest
2929
- uses: julia-actions/julia-processcoverage@v1
30-
- uses: codecov/codecov-action@v4
30+
- uses: codecov/codecov-action@v5
3131
with:
3232
files: lcov.info

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)