diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index be22453435..d47574d179 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: tox -e style tox -e type tox -e py - - uses: codecov/codecov-action@v4.2.0 + - uses: codecov/codecov-action@v4.3.0 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}