diff --git a/.github/workflows/automation-events-processor-tests.yml b/.github/workflows/automation-events-processor-tests.yml index 2e6254a4..6f04e918 100644 --- a/.github/workflows/automation-events-processor-tests.yml +++ b/.github/workflows/automation-events-processor-tests.yml @@ -71,7 +71,7 @@ jobs: run: npm test -- --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: file: docker/automation-events-processor/coverage/lcov.info directory: docker/automation-events-processor/coverage