Skip to content

Commit 601ff82

Browse files
Merge pull request #309 from JuliaDiff/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 3 to 5
2 parents 55f0d57 + c592cf3 commit 601ff82

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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/julia-processcoverage@v1
4141
with:
4242
directories: src,ext
43-
- uses: codecov/codecov-action@v4
43+
- uses: codecov/codecov-action@v5
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2525
run: julia --project=docs/ --code-coverage=user docs/make.jl
2626
- uses: julia-actions/julia-processcoverage@v1
27-
- uses: codecov/codecov-action@v3
27+
- uses: codecov/codecov-action@v5
2828
with:
29-
file: lcov.info
29+
files: lcov.info

.github/workflows/Downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
RETESTITEMS_NWORKERS: 4
5757
RETESTITEMS_NWORKER_THREADS: 2
5858
- uses: julia-actions/julia-processcoverage@v1
59-
- uses: codecov/codecov-action@v3
59+
- uses: codecov/codecov-action@v5
6060
with:
61-
file: lcov.info
61+
files: lcov.info

0 commit comments

Comments
 (0)