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