Bump codecov/codecov-action from 2 to 4 (#451)

* Bump codecov/codecov-action from 2 to 4

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add token parameter to codecov action

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artem Gavrilov <artem.gavrilov@percona.com>
pull/404/head^2
dependabot[bot] 2024-04-16 15:17:59 +02:00 committed by GitHub
parent f72b8a9537
commit 0275fc742e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -104,9 +104,10 @@ jobs:
working-directory: src/pg_stat_monitor working-directory: src/pg_stat_monitor
- name: Upload - name: Upload
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v4
with: with:
verbose: true verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
working-directory: ./src/pg_stat_monitor working-directory: ./src/pg_stat_monitor
files: ./pg_stat_monitor.c.gcov,./hash_query.c.gcov,./guc.c.gcov files: ./pg_stat_monitor.c.gcov,./hash_query.c.gcov,./guc.c.gcov