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