Skip to content

Commit b1589a1

Browse files
authored
Merge pull request #103 from axelparmentier/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 287df1a + 833379e commit b1589a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: julia-actions/julia-buildpkg@v1
3232
- uses: julia-actions/julia-runtest@v1
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v3
34+
- uses: codecov/codecov-action@v4
3535
with:
3636
files: lcov.info
3737
docs:

0 commit comments

Comments
 (0)