diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 94960e2..b70d048 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,8 +32,7 @@ jobs: - name: Test run: | go test -v ./... -coverprofile cover.out - - name: Report coverage - run: | - bash <(curl -s https://codecov.io/bash) - env: - CODECOV_TOKEN: 16421b44-8cd3-49d9-a01e-189c5141009e + - name: Upload coverage to Codecov + uses: codecov/codecov-action@v4 + with: + token: 97c581bf-f8ad-4881-8ace-ebb1e2d5b0e1