Skip to content

Commit 174b1dc

Browse files
committed
Update versions
1 parent 036b1c6 commit 174b1dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.x
2323

@@ -35,7 +35,7 @@ jobs:
3535
run: cibuildwheel --output-dir wheelhouse .
3636

3737
- name: Upload built wheels
38-
uses: actions/upload-artifact@v3
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: wheels-${{ matrix.os }}
4141
path: wheelhouse/*.whl
@@ -47,19 +47,19 @@ jobs:
4747

4848
steps:
4949
- name: Download wheels (Ubuntu)
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4
5151
with:
5252
name: wheels-ubuntu-latest
5353
path: wheels
5454

5555
- name: Download wheels (macOS)
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: wheels-macos-latest
5959
path: wheels
6060

6161
- name: Download wheels (Windows)
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4
6363
with:
6464
name: wheels-windows-latest
6565
path: wheels

0 commit comments

Comments
 (0)