diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 528d4ab..122daf4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,6 +56,6 @@ jobs: name: coverage-${{ matrix.os }} path: coverage - - uses: codecov/codecov-action@v1.1.0 + - uses: codecov/codecov-action@v1.1.1 with: token: ${{ secrets.CODECOV_TOKEN }}