File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 needs : [build_package, build_bundle]
105105 steps :
106106 - name : Download Python artifacts
107- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
107+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
108108 with :
109109 name : python-dist
110110 path : dist/
@@ -120,13 +120,13 @@ jobs:
120120 needs : publish_pypi
121121 steps :
122122 - name : Download Python artifacts
123- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
123+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
124124 with :
125125 name : python-dist
126126 path : dist/
127127
128128 - name : Download MCPB artifacts
129- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
129+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
130130 with :
131131 name : mcpb-dist
132132 path : ./
You can’t perform that action at this time.
0 commit comments