Skip to content

Commit 523cba9

Browse files
build(deps): bump codecov/codecov-action in the github-actions group
Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a304c06 commit 523cba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: ./.github/actions/go-setup
1616
- run: make test-codecov
1717
- name: Upload unit test coverage to Codecov
18-
uses: codecov/codecov-action@v5
18+
uses: codecov/codecov-action@v6
1919
with:
2020
files: cov-unit-tests.out
2121
flags: unit-tests
@@ -31,7 +31,7 @@ jobs:
3131
- name: Execute OpenSearch tests
3232
run: make test-opensearch
3333
- name: Upload OpenSearch test coverage to Codecov
34-
uses: codecov/codecov-action@v5
34+
uses: codecov/codecov-action@v6
3535
with:
3636
files: cov-os-tests.out
3737
flags: opensearch-tests
@@ -47,7 +47,7 @@ jobs:
4747
- name: Execute Postgres tests
4848
run: make test-postgres
4949
- name: Upload Postgres test coverage to Codecov
50-
uses: codecov/codecov-action@v5
50+
uses: codecov/codecov-action@v6
5151
with:
5252
files: cov-pg-tests.out
5353
flags: postgres-tests

0 commit comments

Comments
 (0)