diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34ad126..bf79c85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: run: go test -v ./pkg/... - name: Report coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1 build: runs-on: ubuntu-latest diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index afc9a81..9af24f6 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,4 +28,4 @@ jobs: run: go test -v ./pkg/... - name: Report coverage - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.0.1