Skip to content

Commit d491422

Browse files
committed
bump codecov to v6
1 parent 9be318c commit d491422

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cpp/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
126126

127127
- name: Upload coverage
128-
uses: codecov/codecov-action@v5
128+
uses: codecov/codecov-action@v6
129129
with:
130130
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
131131

cppjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: matrix.os == 'ubuntu-latest'
8787

8888
- name: Upload coverage
89-
uses: codecov/codecov-action@v5
89+
uses: codecov/codecov-action@v6
9090
with:
9191
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
9292

js/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest'
7777

7878
- name: Upload coverage
79-
uses: codecov/codecov-action@v5
79+
uses: codecov/codecov-action@v6
8080
with:
8181
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8282

jupyter/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: matrix.os == 'ubuntu-latest'
7777

7878
- name: Upload coverage
79-
uses: codecov/codecov-action@v5
79+
uses: codecov/codecov-action@v6
8080
with:
8181
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8282

python/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
files: '**/junit.xml'
6868

6969
- name: Upload coverage
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v6
7171
with:
7272
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
7373

rust/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.os == 'ubuntu-latest'
7272

7373
- name: Upload coverage
74-
uses: codecov/codecov-action@v5
74+
uses: codecov/codecov-action@v6
7575
with:
7676
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
7777

rustjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: matrix.os == 'ubuntu-latest'
7979

8080
- name: Upload coverage
81-
uses: codecov/codecov-action@v5
81+
uses: codecov/codecov-action@v6
8282
with:
8383
token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
8484

0 commit comments

Comments
 (0)