diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index d83baf6..7970295 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -56,7 +56,7 @@ jobs: make GO_COVERAGE_PROFILE=coverage.txt test - name: Upload results to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}