diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index b8831540..0b3e76f6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -36,4 +36,4 @@ jobs: - name: Run coverage run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./... - name: codecov - uses: codecov/codecov-action@v3.1.0 + uses: codecov/codecov-action@v3.1.1