diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24a3f47..ab3495d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: cache: true - run: go test ./... -v -coverprofile=./coverage.txt -race -vet=off - name: Upload coverage data - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 with: file: ./coverage.txt - uses: actions/upload-artifact@v3