diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 173f2003..25acdfda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: - name: run tox run: tox -e 'py${{ matrix.python_version }}' - name: submit code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} @@ -60,7 +60,7 @@ jobs: - name: 'run tox for environment ${{ matrix.envs }}' run: tox -e '${{ matrix.envs }}' - name: submit code coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}