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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
75+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
87+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
143+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
144144 with :
145145 name : python-dist
146146 path : dist/
You can’t perform that action at this time.
0 commit comments