Skip to content

Commit b69e0c1

Browse files
Bump codecov/codecov-action from 5.1.2 to 5.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.2 to 5.3.1. - [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.1.2...v5.3.1) --- 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 2808f36 commit b69e0c1

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@v5.1.2
59+
uses: codecov/codecov-action@v5.3.1
6060
with:
6161
file: ./coverage.xml
6262
token: ${{ secrets.CODECOV_TOKEN }}
@@ -98,7 +98,7 @@ jobs:
9898
pixi run -e ${{ matrix.env }} postinstall
9999
pixi run -e ${{ matrix.env }} coverage --color=yes
100100
- name: Generate code coverage report
101-
uses: codecov/codecov-action@v5.1.2
101+
uses: codecov/codecov-action@v5.3.1
102102
with:
103103
file: ./coverage.xml
104104
token: ${{ secrets.CODECOV_TOKEN }}
@@ -141,7 +141,7 @@ jobs:
141141
pixi run -e ${{ matrix.env }} postinstall
142142
pixi run -e ${{ matrix.env }} coverage --color=yes
143143
- name: Generate code coverage report
144-
uses: codecov/codecov-action@v5.1.2
144+
uses: codecov/codecov-action@v5.3.1
145145
with:
146146
file: ./coverage.xml
147147
token: ${{ secrets.CODECOV_TOKEN }}
@@ -185,7 +185,7 @@ jobs:
185185
pixi run -e ${{ matrix.env }} postinstall
186186
pixi run -e ${{ matrix.env }} coverage --color=yes
187187
- name: Generate code coverage report
188-
uses: codecov/codecov-action@v5.1.2
188+
uses: codecov/codecov-action@v5.3.1
189189
with:
190190
file: ./coverage.xml
191191
token: ${{ secrets.CODECOV_TOKEN }}
@@ -214,7 +214,7 @@ jobs:
214214
pixi run -e ${{ matrix.env }} postinstall
215215
pixi run -e ${{ matrix.env }} coverage --color=yes
216216
- name: Generate code coverage report
217-
uses: codecov/codecov-action@v5.1.2
217+
uses: codecov/codecov-action@v5.3.1
218218
with:
219219
file: ./coverage.xml
220220
token: ${{ secrets.CODECOV_TOKEN }}
@@ -247,7 +247,7 @@ jobs:
247247
# pixi run -e ${{ matrix.env }} postinstall
248248
# pixi run -e ${{ matrix.env }} coverage
249249
# - name: Generate code coverage report
250-
# uses: codecov/codecov-action@v5.1.2
250+
# uses: codecov/codecov-action@v5.3.1
251251
# with:
252252
# file: ./coverage.xml
253253
# token: ${{ secrets.CODECOV_TOKEN }}
@@ -275,7 +275,7 @@ jobs:
275275
pixi run -e ${{ matrix.env }} postinstall
276276
pixi run -e ${{ matrix.env }} coverage
277277
- name: Generate code coverage report
278-
uses: codecov/codecov-action@v5.1.2
278+
uses: codecov/codecov-action@v5.3.1
279279
with:
280280
file: ./coverage.xml
281281
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)