From c07fe33aca6de93b271c7dd254e86263db66d140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 16:57:06 +0300 Subject: [PATCH] Bump the actions group with 1 update (#635) 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42a684c7..70993e4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,9 +33,9 @@ jobs: python -m pip install tox - name: Run Tests run: tox -e py - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: always() with: - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_ORG_TOKEN }} file: ./coverage.xml flags: Python_${{ steps.python-install.outputs.python-version }}