Skip to content

Commit b5cb853

Browse files
build(deps): bump codecov/codecov-action from 5 to 6 (#4791)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6344d3 commit b5cb853

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/js-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- env:
2727
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
2828
run: npm run bundlewatch
29-
- uses: codecov/codecov-action@v5
29+
- uses: codecov/codecov-action@v6
3030
env:
3131
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3232
with:

.github/workflows/py-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: astral-sh/setup-uv@v7
9191
- name: Run Pytest
9292
run: uv run --python ${{ matrix.python-version }} poe test-cov --cov-report xml
93-
- uses: codecov/codecov-action@v5
93+
- uses: codecov/codecov-action@v6
9494
env:
9595
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9696
OS: ${{ matrix.os }}
@@ -182,7 +182,7 @@ jobs:
182182
- name: Pytest
183183
run: |
184184
python -m pytest --cov=lambdas lambdas/${{ matrix.path }}
185-
- uses: codecov/codecov-action@v5
185+
- uses: codecov/codecov-action@v6
186186
env:
187187
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
188188
LAMBDA: ${{ matrix.path }}
@@ -201,7 +201,7 @@ jobs:
201201
- uses: astral-sh/setup-uv@v7
202202
- name: test
203203
run: uv run --only-group test pytest --cov=. --cov-report=xml
204-
- uses: codecov/codecov-action@v5
204+
- uses: codecov/codecov-action@v6
205205
env:
206206
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
207207
with:

0 commit comments

Comments
 (0)