diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 04b9ed94..340833ba 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: run: make test-unit - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage_unit.txt @@ -67,7 +67,7 @@ jobs: run: make test-integration - name: Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} file: .coverage/coverage_integration.txt