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 CIBW_ARCHS : ${{ matrix.config.arch }}
4444 CIBW_BUILD : cp*-${{ matrix.config.platform }}
4545
46- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
46+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
4747 with :
4848 path : ./wheelhouse/*.whl
4949 name : wheel-${{ matrix.config.platform }}
6363 version : 0.10.6
6464 - name : build
6565 run : uv build --sdist
66- - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
66+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
6767 with :
6868 path : dist/*.tar.gz
6969 name : sdist
8484 - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
8585 with :
8686 version : 0.10.6
87- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
87+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
8888 with :
8989 path : dist
9090 merge-multiple : true
@@ -104,7 +104,7 @@ jobs:
104104 # this permission is mandatory for trusted publishing
105105 id-token : write
106106 steps :
107- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
107+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
108108 with :
109109 path : dist
110110 merge-multiple : true
@@ -124,7 +124,7 @@ jobs:
124124 needs :
125125 - check
126126 steps :
127- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
127+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
128128 with :
129129 path : dist
130130 merge-multiple : true
You can’t perform that action at this time.
0 commit comments