Skip to content

Commit 07d1866

Browse files
committed
Update versions of actions
1 parent 40fcbd5 commit 07d1866

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
- uses: actions/checkout@v4
5353
with:
5454
submodules: true
55-
- uses: actions/setup-python@v4
55+
- uses: actions/setup-python@v5
5656
with:
5757
python-version: ${{ matrix.python }}
5858
- name: Build Wheel
5959
run: .github/workflows/build.sh
60-
- uses: actions/upload-artifact@v3
60+
- uses: actions/upload-artifact@v4
6161
with:
6262
name: ${{ inputs.artifacts-name }}
6363
path: wheelhouse/*.whl

.github/workflows/wheels-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
submodules: true
41-
- uses: actions/setup-python@v4
41+
- uses: actions/setup-python@v5
4242
with:
4343
python-version: "3.x"
4444
- name: Build Wheel
4545
run: .github/workflows/build.sh
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@v4
4747
with:
4848
name: ${{ inputs.artifacts-name }}
4949
path: wheelhouse/*.whl

.github/workflows/wheels-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- uses: actions/checkout@v4
3636
with:
3737
submodules: true
38-
- uses: actions/setup-python@v4
38+
- uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ matrix.python }}
4141
- name: Build Wheel
4242
run: .github/workflows/build.ps1
43-
- uses: actions/upload-artifact@v3
43+
- uses: actions/upload-artifact@v4
4444
with:
4545
name: ${{ inputs.artifacts-name }}
4646
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)