Skip to content

Commit 5d26293

Browse files
Bump codecov/codecov-action from 4.5.0 to 4.6.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7775287 commit 5d26293

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
pixi run -e ${{ matrix.env }} postinstall
5757
pixi run -e ${{ matrix.env }} coverage --color=yes
5858
- name: Generate code coverage report
59-
uses: codecov/codecov-action@v4.5.0
59+
uses: codecov/codecov-action@v4.6.0
6060
with:
6161
file: ./coverage.xml
6262
token: ${{ secrets.CODECOV_TOKEN }}
@@ -103,7 +103,7 @@ jobs:
103103
pixi run -e ${{ matrix.env }} postinstall
104104
pixi run -e ${{ matrix.env }} coverage --color=yes
105105
- name: Generate code coverage report
106-
uses: codecov/codecov-action@v4.5.0
106+
uses: codecov/codecov-action@v4.6.0
107107
with:
108108
file: ./coverage.xml
109109
token: ${{ secrets.CODECOV_TOKEN }}
@@ -146,7 +146,7 @@ jobs:
146146
pixi run -e ${{ matrix.env }} postinstall
147147
pixi run -e ${{ matrix.env }} coverage --color=yes
148148
- name: Generate code coverage report
149-
uses: codecov/codecov-action@v4.5.0
149+
uses: codecov/codecov-action@v4.6.0
150150
with:
151151
file: ./coverage.xml
152152
token: ${{ secrets.CODECOV_TOKEN }}
@@ -190,7 +190,7 @@ jobs:
190190
pixi run -e ${{ matrix.env }} postinstall
191191
pixi run -e ${{ matrix.env }} coverage --color=yes
192192
- name: Generate code coverage report
193-
uses: codecov/codecov-action@v4.5.0
193+
uses: codecov/codecov-action@v4.6.0
194194
with:
195195
file: ./coverage.xml
196196
token: ${{ secrets.CODECOV_TOKEN }}
@@ -219,7 +219,7 @@ jobs:
219219
pixi run -e ${{ matrix.env }} postinstall
220220
pixi run -e ${{ matrix.env }} coverage --color=yes
221221
- name: Generate code coverage report
222-
uses: codecov/codecov-action@v4.5.0
222+
uses: codecov/codecov-action@v4.6.0
223223
with:
224224
file: ./coverage.xml
225225
token: ${{ secrets.CODECOV_TOKEN }}
@@ -252,7 +252,7 @@ jobs:
252252
# pixi run -e ${{ matrix.env }} postinstall
253253
# pixi run -e ${{ matrix.env }} coverage
254254
# - name: Generate code coverage report
255-
# uses: codecov/codecov-action@v4.5.0
255+
# uses: codecov/codecov-action@v4.6.0
256256
# with:
257257
# file: ./coverage.xml
258258
# token: ${{ secrets.CODECOV_TOKEN }}
@@ -280,7 +280,7 @@ jobs:
280280
pixi run -e ${{ matrix.env }} postinstall
281281
pixi run -e ${{ matrix.env }} coverage
282282
- name: Generate code coverage report
283-
uses: codecov/codecov-action@v4.5.0
283+
uses: codecov/codecov-action@v4.6.0
284284
with:
285285
file: ./coverage.xml
286286
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)