diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 319d4d6d95..44919d287f 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@v3.1.3 + - uses: codecov/codecov-action@v3.1.4 if: matrix.os == 'ubuntu-latest' with: token: ${{ secrets.CODECOV_TOKEN }}