Skip to content

Commit 11b1cbb

Browse files
Update action versions (#75)
* Bump codecov/codecov-action from 1 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 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@v1...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> * Update CI.yml * Fix julia-actions/cache version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: abhro <5664668+abhro@users.noreply.github.com>
1 parent f2525a3 commit 11b1cbb

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,11 @@ jobs:
3333
with:
3434
version: ${{ matrix.version }}
3535
arch: ${{ matrix.arch }}
36-
- uses: actions/cache@v4
37-
env:
38-
cache-name: cache-artifacts
39-
with:
40-
path: ~/.julia/artifacts
41-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
42-
restore-keys: |
43-
${{ runner.os }}-test-${{ env.cache-name }}-
44-
${{ runner.os }}-test-
45-
${{ runner.os }}-
36+
- uses: julia-actions/cache@v2
4637
- uses: julia-actions/julia-buildpkg@v1
4738
- uses: julia-actions/julia-runtest@v1
4839
- uses: julia-actions/julia-processcoverage@v1
49-
- uses: codecov/codecov-action@v1
40+
- uses: codecov/codecov-action@v5
5041
with:
51-
file: lcov.info
42+
files: lcov.info
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)