diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e8c713..89f3e16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,5 +27,5 @@ jobs: run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... if: matrix.go == 1.20 && matrix.os == 'ubuntu-latest' - name: Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.go == 1.20 && matrix.os == 'ubuntu-latest'