diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3c87d8f..30dce80 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,7 +47,7 @@ jobs: run: | go test -v -coverprofile coverage.out -covermode atomic ./... - name: Publish coverage - uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c + uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e with: token: ${{ secrets.CODECOV_TOKEN }} build: diff --git a/.github/workflows/release-dev.yaml b/.github/workflows/release-dev.yaml index 6427a7f..60aabed 100644 --- a/.github/workflows/release-dev.yaml +++ b/.github/workflows/release-dev.yaml @@ -30,7 +30,7 @@ jobs: - name: Test run: go test -v -coverprofile coverage.out -covermode atomic ./... - name: Publish coverage - uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c + uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e with: token: ${{ secrets.CODECOV_TOKEN }} publish: