From 56bcf7b4e69e4c1e76b11eae3d8fa0ed7c0a0392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:12:43 +0300 Subject: [PATCH] Bump codecov/codecov-action from 3 to 4 (#681) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e009492..ee30a2b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,9 +33,10 @@ jobs: # run against the current Python interpreter TOXENV: py run: tox - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: always() with: - token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml flags: Python_${{ matrix.python-version }} + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}