diff --git a/.github/workflows/python-bindings.yml b/.github/workflows/python-bindings.yml index 1ba5c789..1b6d9685 100644 --- a/.github/workflows/python-bindings.yml +++ b/.github/workflows/python-bindings.yml @@ -164,7 +164,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: crates/terraphim_automata_py/coverage.xml flags: python-bindings