Skip to content

Commit 283663d

Browse files
Merge remote-tracking branch 'origin/main' into release
# Conflicts: # pyproject.toml
2 parents 9b7bd1b + a74318c commit 283663d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/periodic_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
- name: Run tests
8181
run: python -m pytest -n logical --cov=aeon --cov-report=xml --timeout 1800
8282

83-
- uses: codecov/codecov-action@v4
83+
- uses: codecov/codecov-action@v5
8484
env:
8585
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pr_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
- name: Tests
7676
run: python -m pytest -n logical --cov=tsml_eval --cov-report=xml --timeout 1800
7777

78-
- uses: codecov/codecov-action@v4
78+
- uses: codecov/codecov-action@v5
7979
env:
8080
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)