Skip to content

Commit 1566ec6

Browse files
Bump codecov/codecov-action from 1 to 4 (#275)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 626055a commit 1566ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
uses: julia-actions/julia-runtest@v1
4747

4848
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v1
49+
- uses: codecov/codecov-action@v4
5050
with:
5151
file: lcov.info

.github/workflows/UnitTestArm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
julia -e 'using InteractiveUtils; versioninfo();'
6363
julia --project=. --check-bounds=yes --color=yes -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'
6464
- uses: julia-actions/julia-processcoverage@v1
65-
- uses: codecov/codecov-action@v1
65+
- uses: codecov/codecov-action@v4
6666
with:
6767
file: lcov.info

0 commit comments

Comments
 (0)