diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index d8748c4..cb7d150 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -80,7 +80,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Test & Coverage run: make cover - - uses: codecov/codecov-action@v4.4.1 + - uses: codecov/codecov-action@v4.5.0 with: file: ./coverage.txt