File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 export INTERPRETERS="--interpreter $(uv python find 3.10) $(uv python find 3.11) $(uv python find 3.12) $(uv python find 3.13)"
213213 just python-dist
214214
215- - uses : actions/upload-artifact@v4
215+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
216216 with :
217217 name : python-wheels-linux
218218 path : dist/pythonsdk/
@@ -247,7 +247,7 @@ jobs:
247247 $env:INTERPRETERS = "--interpreter $($interps -join ' ')"
248248 just python-dist-backends
249249
250- - uses : actions/upload-artifact@v4
250+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
251251 with :
252252 name : python-wheels-windows
253253 path : dist/pythonsdk/
@@ -272,7 +272,7 @@ jobs:
272272 - name : Install just
273273 run : cargo install --locked just
274274
275- - uses : actions/download-artifact@v4
275+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
276276 with :
277277 path : dist/pythonsdk/
278278 merge-multiple : true
Original file line number Diff line number Diff line change 4444 export INTERPRETERS="--interpreter $(uv python find 3.10) $(uv python find 3.11) $(uv python find 3.12) $(uv python find 3.13)"
4545 just python-dist
4646
47- - uses : actions/upload-artifact@v4
47+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4848 with :
4949 name : python-wheels-linux
5050 path : dist/pythonsdk/
8080 $env:INTERPRETERS = "--interpreter $($interps -join ' ')"
8181 just python-dist-backends
8282
83- - uses : actions/upload-artifact@v4
83+ - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8484 with :
8585 name : python-wheels-windows
8686 path : dist/pythonsdk/
@@ -104,7 +104,7 @@ jobs:
104104 - name : Install just
105105 run : cargo install --locked just
106106
107- - uses : actions/download-artifact@v4
107+ - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
108108 with :
109109 path : dist/pythonsdk/
110110 merge-multiple : true
You can’t perform that action at this time.
0 commit comments