File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 run : python -m build
4848
4949 - name : Upload distribution package
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : ${{ inputs.artifact_name }}
5353 path : " ${{ startsWith(inputs.package, 'livekit-plugin') && 'livekit-plugins/' || '' }}${{ inputs.package }}/dist/"
8282 CIBW_BUILD_VERBOSITY : 3
8383
8484 - name : Upload distribution package
85- uses : actions/upload-artifact@v3
85+ uses : actions/upload-artifact@v4
8686 with :
8787 name : ${{ inputs.artifact_name }}
8888 path : livekit-plugins/livekit-plugins-browser/dist/
Original file line number Diff line number Diff line change 9696
9797 steps :
9898 - name : Download all the dists
99- uses : actions/download-artifact@v3
99+ uses : actions/download-artifact@v4
100100 with :
101101 name : python-package-distributions
102102 path : dist/
You can’t perform that action at this time.
0 commit comments