Skip to content

Commit 21720ff

Browse files
chore: Bump codecov/codecov-action from 4 to 5 (#626)
* 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> * Remove name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
1 parent 675b4bd commit 21720ff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,10 @@ jobs:
7676
- uses: julia-actions/julia-processcoverage@v1
7777
with:
7878
directories: ./DifferentiationInterface/src,./DifferentiationInterface/ext,./DifferentiationInterface/test
79-
- uses: codecov/codecov-action@v4
79+
- uses: codecov/codecov-action@v5
8080
with:
8181
files: lcov.info
8282
flags: DI
83-
name: ${{ matrix.version }} - DI (${{ matrix.group }})
8483
token: ${{ secrets.CODECOV_TOKEN }}
8584
fail_ci_if_error: true
8685

@@ -126,10 +125,9 @@ jobs:
126125
- uses: julia-actions/julia-processcoverage@v1
127126
with:
128127
directories: ./DifferentiationInterfaceTest/src,./DifferentiationInterfaceTest/ext,./DifferentiationInterfaceTest/test
129-
- uses: codecov/codecov-action@v4
128+
- uses: codecov/codecov-action@v5
130129
with:
131130
files: lcov.info
132131
flags: DIT
133-
name: ${{ matrix.version }} - DIT (${{ matrix.group }})
134132
token: ${{ secrets.CODECOV_TOKEN }}
135133
fail_ci_if_error: true

0 commit comments

Comments
 (0)