We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a9989 commit 691e2aeCopy full SHA for 691e2ae
.github/workflows/ci-tsdownsample.yml
@@ -62,8 +62,8 @@ jobs:
62
PYTHON: ${{ matrix.python-version }}
63
64
steps:
65
- - uses: actions/checkout@v3
66
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
67
with:
68
python-version: ${{ matrix.python-version }}
69
- run: pip install -r tests/requirements.txt
@@ -91,7 +91,7 @@ jobs:
91
- run: make test # Test Python
92
93
- name: Upload coverage to Codecov
94
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5
95
96
Build:
97
# Perhaps smth more in line with this https://github.com/messense/crfs-rs/blob/main/.github/workflows/Python.yml
0 commit comments