Skip to content

Commit 8fd7e71

Browse files
Bump codecov/codecov-action from 5 to 6
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5...v6) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a3565aa commit 8fd7e71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
JULIA_DEBUG: PythonCall
4141
JULIA_NUM_THREADS: '2'
4242
- uses: julia-actions/julia-processcoverage@v1
43-
- uses: codecov/codecov-action@v5
43+
- uses: codecov/codecov-action@v6
4444
with:
4545
file: lcov.info

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: julia-actions/julia-processcoverage@v1
7777

7878
- name: Upload coverage to Codecov
79-
uses: codecov/codecov-action@v5
79+
uses: codecov/codecov-action@v6
8080
env:
8181
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8282

@@ -160,6 +160,6 @@ jobs:
160160
PYTHON_JULIACALL_PROJECT: ${{ env.MANUAL_TEST_PROJECT }}
161161

162162
- name: Upload coverage to Codecov
163-
uses: codecov/codecov-action@v5
163+
uses: codecov/codecov-action@v6
164164
env:
165165
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)