Skip to content

Commit ce81b3b

Browse files
committed
update actions versions
1 parent d2f65a3 commit ce81b3b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
matrix:
2727
platform: [ubuntu-latest, macos-latest, windows-latest, macos-13]
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- name: Build wheels
3131
uses: pypa/cibuildwheel@v2.22.0
32-
- uses: actions/upload-artifact@v3
32+
- uses: actions/upload-artifact@v4
3333
with:
3434
path: ./wheelhouse/*.whl

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
matrix:
1414
platform: [ubuntu-latest, macos-latest, windows-latest, macos-13]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Build wheels
1818
uses: pypa/cibuildwheel@v2.22.0
19-
- uses: actions/upload-artifact@v3
19+
- uses: actions/upload-artifact@v4
2020
with:
2121
path: ./wheelhouse/*.whl
2222

@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
python-version: "3.12"
3333

34-
- uses: actions/download-artifact@v3
34+
- uses: actions/download-artifact@v4
3535
with:
3636
name: artifact
3737
path: dist
@@ -44,7 +44,7 @@ jobs:
4444
needs: [build_wheels]
4545
steps:
4646
- name: Checkout code
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848
with:
4949
fetch-depth: 2
5050
- name: Tag Version

0 commit comments

Comments
 (0)