File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,14 +147,14 @@ jobs:
147147
148148 # Do a dry run of PSR
149149 - name : Test release
150- uses : python-semantic-release/python-semantic-release@v10.5.2
150+ uses : python-semantic-release/python-semantic-release@v10.5.3
151151 if : github.ref_name != 'main'
152152 with :
153153 root_options : --noop
154154
155155 # On main branch: actual PSR + upload to PyPI & GitHub
156156 - name : Release
157- uses : python-semantic-release/python-semantic-release@v10.5.2
157+ uses : python-semantic-release/python-semantic-release@v10.5.3
158158 id : release
159159 if : github.ref_name == 'main'
160160 with :
@@ -285,7 +285,7 @@ jobs:
285285 CIBW_SKIP : cp36-* cp37-* cp38-* cp39-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
286286 REQUIRE_CYTHON : 1
287287
288- - uses : actions/upload-artifact@v5
288+ - uses : actions/upload-artifact@v6
289289 with :
290290 name : wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.pyver }}-${{ matrix.qemu }}
291291 path : ./wheelhouse/*.whl
@@ -298,7 +298,7 @@ jobs:
298298 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
299299
300300 steps :
301- - uses : actions/download-artifact@v6
301+ - uses : actions/download-artifact@v7
302302 with :
303303 # unpacks default artifact into dist/
304304 # if `name: artifact` is omitted, the action will create extra parent dir
You can’t perform that action at this time.
0 commit comments