Merge pull request #9884 from blackpiglet/jxun/1.18/bump_dependency_packages

[1.18] Remove several deperacated or inactively maintained packages
This commit is contained in:
Xun Jiang/Bruce Jiang
2026-06-10 13:47:07 +08:00
committed by GitHub
parent 80067a8863
commit f90a37302e
8 changed files with 320 additions and 1010 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Make ci
run: make ci
- name: Upload test coverage
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- name: Test
run: make test
- name: Upload test coverage
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out