We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bdfde1 + df3d282 commit aa98f87Copy full SHA for aa98f87
.github/workflows/CI.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: julia-actions/cache@v2
41
- uses: julia-actions/julia-buildpkg@v1
42
- uses: julia-actions/julia-runtest@v1
43
- - uses: codecov/codecov-action@v5.3.1
+ - uses: codecov/codecov-action@v5.4.2
44
with:
45
file: lcov.info
46
token: ${{secrets.CODECOV_TOKEN}}
.github/workflows/CodeCov.yml
@@ -35,7 +35,7 @@ jobs:
35
if: success()
36
37
- name: Submit coverage
38
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.2
39
slug: emmacware/droplets.jl
0 commit comments