Skip to content

Commit 2467ecc

Browse files
Bump codecov/codecov-action from 3 to 4 (#247)
* 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 ci.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Widmann <[email protected]>
1 parent 8ee3b80 commit 2467ecc

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/ci.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,15 @@ jobs:
3636
with:
3737
version: ${{ matrix.version }}
3838
arch: ${{ matrix.arch }}
39-
- uses: actions/cache@v4
40-
env:
41-
cache-name: cache-artifacts
42-
with:
43-
path: ~/.julia/artifacts
44-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
45-
restore-keys: |
46-
${{ runner.os }}-test-${{ env.cache-name }}-
47-
${{ runner.os }}-test-
48-
${{ runner.os }}-
39+
- uses: julia-actions/cache@v1
4940
- uses: julia-actions/julia-buildpkg@v1
5041
- uses: julia-actions/julia-runtest@v1
5142
- uses: julia-actions/julia-processcoverage@v1
52-
- uses: codecov/codecov-action@v3
43+
- uses: codecov/codecov-action@v5
5344
with:
54-
file: lcov.info
45+
files: lcov.info
46+
fail_ci_if_error: true
47+
token: ${{ secrets.CODECOV_TOKEN }}
5548
docs:
5649
name: Documentation
5750
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)