diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 2e5ba4b5..8f14845e 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -50,7 +50,7 @@ jobs: run: coverage run -m pytest --e2e - name: Codecov - uses: codecov/codecov-action@v4.3.1 + uses: codecov/codecov-action@v4.4.1 with: name: codecov-robotidy if: always()