diff --git a/.github/workflows/gin.yml b/.github/workflows/gin.yml index edc84410..fe01c600 100644 --- a/.github/workflows/gin.yml +++ b/.github/workflows/gin.yml @@ -45,7 +45,7 @@ jobs: run: make test - name: Upload coverage to Codecov - run: bash <(curl -s https://codecov.io/bash) + uses: codecov/codecov-action@v1 notification-gitter: needs: test runs-on: ubuntu-latest