Skip to content

Commit aa98f87

Browse files
authored
Merge pull request #25 from emmacware/dependabot/github_actions/codecov/codecov-action-5.4.2
Bump codecov/codecov-action from 5.3.1 to 5.4.2
2 parents 1bdfde1 + df3d282 commit aa98f87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: julia-actions/cache@v2
4141
- uses: julia-actions/julia-buildpkg@v1
4242
- uses: julia-actions/julia-runtest@v1
43-
- uses: codecov/codecov-action@v5.3.1
43+
- uses: codecov/codecov-action@v5.4.2
4444
with:
4545
file: lcov.info
4646
token: ${{secrets.CODECOV_TOKEN}}

.github/workflows/CodeCov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
if: success()
3636

3737
- name: Submit coverage
38-
uses: codecov/codecov-action@v5.3.1
38+
uses: codecov/codecov-action@v5.4.2
3939
with:
4040
token: ${{secrets.CODECOV_TOKEN}}
4141
slug: emmacware/droplets.jl

0 commit comments

Comments
 (0)