Skip to content

Commit 3f59673

Browse files
Merge pull request #572 from SciML/dependabot/github_actions/codecov/codecov-action-6
Bump codecov/codecov-action from 5 to 6
2 parents e3bd3e5 + 06a5166 commit 3f59673

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
exit(0) # Exit immediately, as a success
6363
end
6464
- uses: julia-actions/julia-processcoverage@v1
65-
- uses: codecov/codecov-action@v5
65+
- uses: codecov/codecov-action@v6
6666
with:
6767
files: lcov.info
6868
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/GPU.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env:
3232
GROUP: "GPU"
3333
- uses: julia-actions/julia-processcoverage@v1
34-
- uses: codecov/codecov-action@v5
34+
- uses: codecov/codecov-action@v6
3535
with:
3636
files: lcov.info
3737
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: julia-actions/julia-processcoverage@v1
6363
with:
6464
directories: "src,ext"
65-
- uses: codecov/codecov-action@v5
65+
- uses: codecov/codecov-action@v6
6666
if: "${{ github.event.pull_request.head.repo.full_name == github.repository }}"
6767
with:
6868
files: lcov.info

0 commit comments

Comments
 (0)