diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b077d9e..0c15d112 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: go test -race -coverprofile=coverage.out -covermode=atomic ./... || true - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 + uses: codecov/codecov-action@v4.4.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: widmogrod/mkunion \ No newline at end of file