Skip to content

Commit bb14572

Browse files
update wheels.yam to actions/upload-artifact@v4 (#326)
* Update wheels.yml to upload-artifact@v4 * Update unittest.yml * restore unittest.yml --------- Co-authored-by: 彭震东 <zhendong.peng@qq.com>
1 parent f4fb649 commit bb14572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)