diff --git a/.github/workflows/test-go.yaml b/.github/workflows/test-go.yaml index fdd104a..0bd2592 100644 --- a/.github/workflows/test-go.yaml +++ b/.github/workflows/test-go.yaml @@ -20,6 +20,6 @@ jobs: - name: Test Go Source Code with Coverage run: go test ./... -race -coverprofile=coverage.out -covermode=atomic - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}