Skip to content

Commit 691e2ae

Browse files
committed
🙏 update actions
1 parent f4a9989 commit 691e2ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-tsdownsample.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
PYTHON: ${{ matrix.python-version }}
6363

6464
steps:
65-
- uses: actions/checkout@v3
66-
- uses: actions/setup-python@v4
65+
- uses: actions/checkout@v4
66+
- uses: actions/setup-python@v5
6767
with:
6868
python-version: ${{ matrix.python-version }}
6969
- run: pip install -r tests/requirements.txt
@@ -91,7 +91,7 @@ jobs:
9191
- run: make test # Test Python
9292

9393
- name: Upload coverage to Codecov
94-
uses: codecov/codecov-action@v3
94+
uses: codecov/codecov-action@v5
9595

9696
Build:
9797
# Perhaps smth more in line with this https://github.com/messense/crfs-rs/blob/main/.github/workflows/Python.yml

0 commit comments

Comments
 (0)