diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34ad126..0a8e7a2 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.2 build: runs-on: ubuntu-latest diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index afc9a81..13ce04b 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.2