diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9e4ca9d..bc5d825 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -52,7 +52,7 @@ jobs: # Upload test coverage report (optional) - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage.out flags: unittests