Skip to content

Commit ebcb0b4

Browse files
authored
Merge pull request #94 from JuliaDiff/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents b58682b + 8baa589 commit ebcb0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: julia-actions/julia-runtest@v1
5353
- uses: julia-actions/julia-processcoverage@v1
5454
continue-on-error: true
55-
- uses: codecov/codecov-action@v2
55+
- uses: codecov/codecov-action@v3
5656
continue-on-error: true
5757
with:
5858
file: lcov.info

0 commit comments

Comments
 (0)