File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7272 run : poetry build
7373
7474 - name : Upload build artifacts
75- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
75+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7676 with :
7777 name : dist
7878 path : dist/
8484 password : ${{ secrets.PYPI_API_TOKEN }}
8585
8686 - name : Upload Python artifacts
87- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
87+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
8888 with :
8989 name : python-dist
9090 path : dist/
@@ -140,7 +140,7 @@ jobs:
140140 needs : build_package
141141 steps :
142142 - name : Download Python artifacts
143- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
143+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
144144 with :
145145 name : python-dist
146146 path : dist/
You can’t perform that action at this time.
0 commit comments