7979 fi
8080
8181 - name : Build wheels
82- uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
82+ uses : PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
8383 with :
8484 target : ${{ matrix.platform.target }}
8585 args : --release --out dist --find-interpreter ${{ steps.is-openssl-vendored.outputs.enabled }}
9999 ;;
100100 esac
101101 - name : Upload wheels
102- uses : actions/upload-artifact@v6
102+ uses : actions/upload-artifact@v7
103103 with :
104104 name : wheels-linux-${{ matrix.platform.target }}
105105 path : dist/*
@@ -122,13 +122,13 @@ jobs:
122122 python-version : ' 3.x'
123123 architecture : ${{ matrix.platform.target }}
124124 - name : Build wheels
125- uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
125+ uses : PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
126126 with :
127127 target : ${{ matrix.platform.target }}
128128 args : --release --out dist --find-interpreter
129129 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
130130 - name : Upload wheels
131- uses : actions/upload-artifact@v6
131+ uses : actions/upload-artifact@v7
132132 with :
133133 name : wheels-windows-${{ matrix.platform.target }}
134134 path : dist/*
@@ -151,13 +151,13 @@ jobs:
151151 with :
152152 python-version : ' 3.x'
153153 - name : Build wheels
154- uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
154+ uses : PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
155155 with :
156156 target : ${{ matrix.platform.target }}
157157 args : --release --out dist --find-interpreter --features openssl-vendored
158158 sccache : ${{ !startsWith(github.ref, 'refs/tags/') }} # zizmor: ignore[cache-poisoning]
159159 - name : Upload wheels
160- uses : actions/upload-artifact@v6
160+ uses : actions/upload-artifact@v7
161161 with :
162162 name : wheels-macos-${{ matrix.platform.target }}
163163 path : dist/*
@@ -172,12 +172,12 @@ jobs:
172172 with :
173173 python-version : 3.x
174174 - name : Build sdist
175- uses : PyO3/maturin-action@b1bd829e37fef14c63f19162034228a2f3dc1021 # v1.50.0
175+ uses : PyO3/maturin-action@04ac600d27cdf7a9a280dadf7147097c42b757ad # v1.50.1
176176 with :
177177 command : sdist
178178 args : --out dist
179179 - name : Upload sdist
180- uses : actions/upload-artifact@v6
180+ uses : actions/upload-artifact@v7
181181 with :
182182 name : wheels-sdist
183183 path : dist/*
@@ -189,7 +189,7 @@ jobs:
189189 permissions :
190190 id-token : write
191191 steps :
192- - uses : actions/download-artifact@v7
192+ - uses : actions/download-artifact@v8
193193 with :
194194 pattern : wheels-*
195195 path : dist
0 commit comments