Skip to content

Commit 82497f2

Browse files
Bump codecov/codecov-action from 3 to 4 (#817)
* Bump codecov/codecov-action from 3 to 4 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 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@v3...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]> * Update .github/workflows/UnitTests.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mosè Giordano <[email protected]>
1 parent 8990e45 commit 82497f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/UnitTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
7272
- uses: julia-actions/julia-runtest@v1
7373
- uses: julia-actions/julia-processcoverage@v1
74-
- uses: codecov/codecov-action@v3
74+
- uses: codecov/codecov-action@v4
7575
with:
76+
token: ${{ secrets.CODECOV_TOKEN }}
7677
files: lcov.info
7778
- uses: julia-actions/julia-uploadcoveralls@v1
7879
continue-on-error: true

0 commit comments

Comments
 (0)