diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7bb0d8219..1d2704c91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,7 +73,7 @@ jobs: run: make test-unit cover-report - name: Report unit test coverage via Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage/coverage.out @@ -131,7 +131,7 @@ jobs: INTEGRATION_TESTING_AZURE_TENANT_ID: ${{ secrets.INTEGRATION_TESTING_AZURE_TENANT_ID }} - name: Report integration test coverage via Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./coverage/coverage.out