diff --git a/.github/workflows/reusable-go-test.yaml b/.github/workflows/reusable-go-test.yaml index c7daa76..a1973a8 100644 --- a/.github/workflows/reusable-go-test.yaml +++ b/.github/workflows/reusable-go-test.yaml @@ -78,7 +78,7 @@ jobs: - if: steps.codecov-enabled.outputs.files_exists == 'true' name: Codecov - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: token: ${{ secrets.CODECOV_TOKEN }} directory: ${{ steps.unit-tests.outputs.covdir }}