diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 035d50f..4a6069d 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -10,7 +10,7 @@ jobs: - name: Run coverage run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 if: success() || failure() with: token: ${{ secrets.CODECOV_TOKEN }}