diff --git a/.github/workflows/python-bindings.yml b/.github/workflows/python-bindings.yml index 2e95611..62f171a 100644 --- a/.github/workflows/python-bindings.yml +++ b/.github/workflows/python-bindings.yml @@ -143,7 +143,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