diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 46e7fe5..edb7447 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,5 +21,5 @@ jobs: with: go-version: ${{ matrix.go-version }} - run: go test -race -coverprofile coverage.out -covermode atomic ./... - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: matrix.go-version == '1.23' && matrix.os == 'ubuntu-latest' \ No newline at end of file