File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4343 apt update -y && apt-get install -y libssl-dev openssl pkg-config
4444 fi
4545 - name : Upload wheels
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : wheels
4949 path : dist
7373 args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13
7474 sccache : ' true'
7575 - name : Upload wheels
76- uses : actions/upload-artifact@v3
76+ uses : actions/upload-artifact@v4
7777 with :
7878 name : wheels
7979 path : dist
@@ -113,7 +113,7 @@ jobs:
113113 args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
114114 sccache : ' true'
115115 - name : Upload wheels
116- uses : actions/upload-artifact@v3
116+ uses : actions/upload-artifact@v4
117117 with :
118118 name : wheels
119119 path : dist
@@ -135,7 +135,7 @@ jobs:
135135 command : sdist
136136 args : --out dist
137137 - name : Upload sdist
138- uses : actions/upload-artifact@v3
138+ uses : actions/upload-artifact@v4
139139 with :
140140 name : wheels
141141 path : dist
@@ -167,7 +167,7 @@ jobs:
167167 args : --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
168168 manylinux : musllinux_1_2
169169 - name : Upload wheels
170- uses : actions/upload-artifact@v3
170+ uses : actions/upload-artifact@v4
171171 with :
172172 name : wheels
173173 path : dist
You can’t perform that action at this time.
0 commit comments