diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0776b75..e57c4f2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -69,7 +69,7 @@ jobs: if: ${{ ! matrix.coverage }} - run: go test -race -covermode=atomic -coverprofile=coverage.txt if: matrix.coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 if: matrix.coverage vuln: