diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 046301c..6f55363 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: run: make test-unit - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: .coverage/coverage_unit.txt flags: unit-tests @@ -51,7 +51,7 @@ jobs: run: make test-integration - name: Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: file: .coverage/coverage_integration.txt flags: integration-tests