diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 47cb5d6..dcfe782 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,6 @@ jobs: go test -v -coverprofile coverage.out -covermode atomic ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@2488e996fab00fd35d4bfea876db7531c9fa1ea3 + uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 with: token: ${{ secrets.CODECOV_TOKEN }}