diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59d23bf..0b29dcf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,5 +28,5 @@ jobs: run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest' - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'