diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f87ae5..ba1ed84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Upload coverage to Codecov if: ${{ github.ref == 'refs/heads/master' }} - uses: codecov/codecov-action@v3.1.5 + uses: codecov/codecov-action@v3.1.6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true