File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 password : ${{ secrets.PYPI_API_TOKEN }}
4949
5050 - name : Upload Python artifacts
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : python-dist
5454 path : dist/
8585 run : dxt pack
8686
8787 - name : Upload DXT artifacts
88- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
88+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989 with :
9090 name : dxt-dist
9191 path : ' *.dxt'
@@ -95,13 +95,13 @@ jobs:
9595 needs : [build_package, build_extension]
9696 steps :
9797 - name : Download Python artifacts
98- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
98+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
9999 with :
100100 name : python-dist
101101 path : dist/
102102
103103 - name : Download DXT artifacts
104- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
104+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
105105 with :
106106 name : dxt-dist
107107 path : ./
You can’t perform that action at this time.
0 commit comments