Skip to content

Commit a93c1ec

Browse files
committed
updated action version
1 parent 64b9e9c commit a93c1ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-publish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
singlefile: true
4343

4444
- name: Upload wheels
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: wheels-linux-${{ matrix.python-version }}
4848
path: dist/*.whl
@@ -79,7 +79,7 @@ jobs:
7979
singlefile: true
8080

8181
- name: Upload wheels
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: wheels-macos-${{ matrix.python-version }}
8585
path: dist/*.whl
@@ -112,7 +112,7 @@ jobs:
112112
singlefile: true
113113

114114
- name: Upload wheels
115-
uses: actions/upload-artifact@v3
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: wheels-windows-${{ matrix.python-version }}
118118
path: dist/*.whl
@@ -123,7 +123,7 @@ jobs:
123123
strategy:
124124
fail-fast: false
125125
matrix:
126-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
126+
python-version: ["3.12"]
127127

128128
steps:
129129
- uses: actions/checkout@v3
@@ -144,7 +144,7 @@ jobs:
144144
export HDF5_DISABLE_VERSION_CHECK=1
145145
146146
- name: Upload manylinux wheels
147-
uses: actions/upload-artifact@v3
147+
uses: actions/upload-artifact@v4
148148
with:
149149
name: wheels-manylinux-${{ matrix.python-version }}
150150
path: dist/*.whl

0 commit comments

Comments
 (0)