diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70eba2..7fa1012 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: - name: Test run: go test -v -covermode=atomic -coverprofile=coverage.out ./... - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4.0.0 + uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.out