From eb05dcc67adc5b356f011067f3326e8e82903f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 21:12:49 +0000 Subject: [PATCH] build(deps): bump codecov/codecov-action from 3.1.6 to 5.0.2 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.6 to 5.0.2. - [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/ab904c41d6ece82784817410c45d8b8c02684457...5c47607acb93fed5485fdbf7232e8a31425f672a) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index b9cf168..e448716 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -75,7 +75,7 @@ jobs: path: report.html - name: Upload coverage to codecov - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 + uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a with: token: ${{ secrets.CODECOV_TOKEN }} env_vars: OS,PYTHON