Skip to content

Commit 053842e

Browse files
deps(actions): 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 1f59759 commit 053842e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stack-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
--cov-report=xml --cov-report=term
6565
6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v5
67+
uses: codecov/codecov-action@v6
6868
if: always()
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696
run: npm run test:coverage
9797

9898
- name: Upload coverage to Codecov
99-
uses: codecov/codecov-action@v5
99+
uses: codecov/codecov-action@v6
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
files: frontend/coverage/lcov.info
@@ -262,7 +262,7 @@ jobs:
262262
run: docker compose cp backend:/app/coverage-e2e.xml backend/coverage-e2e.xml || true
263263

264264
- name: Upload coverage to Codecov
265-
uses: codecov/codecov-action@v5
265+
uses: codecov/codecov-action@v6
266266
if: always()
267267
with:
268268
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)