| 
62 | 62 |         shell: zsh {0}  | 
63 | 63 | 
 
  | 
64 | 64 |       - name: Upload MacOS build  | 
65 |  | -        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2  | 
 | 65 | +        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3  | 
66 | 66 |         with:  | 
67 | 67 |           name: lima-and-qemu.macos-arm64  | 
68 | 68 |           path: ./src/lima/lima-and-qemu.macos*  | 
 | 
71 | 71 |       - name: Make and release source code of dependencies  | 
72 | 72 |         run: make download-sources  | 
73 | 73 |       - name: Upload MacOS build  | 
74 |  | -        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2  | 
 | 74 | +        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3  | 
75 | 75 |         with:  | 
76 | 76 |           name: DependenciesSourceCode.tar.gz  | 
77 | 77 |           path: ./downloads/dependency-sources.tar.gz  | 
@@ -123,7 +123,7 @@ jobs:  | 
123 | 123 |         shell: zsh {0}  | 
124 | 124 | 
 
  | 
125 | 125 |       - name: Upload MacOS build  | 
126 |  | -        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2  | 
 | 126 | +        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3  | 
127 | 127 |         with:  | 
128 | 128 |           name: lima-and-qemu.macos-x86  | 
129 | 129 |           path: ./src/lima/lima-and-qemu.macos*  | 
@@ -153,7 +153,7 @@ jobs:  | 
153 | 153 |           tar cfz limactl.ventura.arm64.tar.gz -C _output/bin limactl  | 
154 | 154 | 
  | 
155 | 155 |       - name: Upload Ventura build  | 
156 |  | -        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2  | 
 | 156 | +        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3  | 
157 | 157 |         with:  | 
158 | 158 |           name: limactl.ventura.arm64  | 
159 | 159 |           path: src/lima/limactl.ventura.arm64.tar.gz  | 
@@ -183,7 +183,7 @@ jobs:  | 
183 | 183 |           tar cfz limactl.ventura.x86_64.tar.gz -C _output/bin limactl  | 
184 | 184 | 
  | 
185 | 185 |       - name: Upload Ventura build  | 
186 |  | -        uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2  | 
 | 186 | +        uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3  | 
187 | 187 |         with:  | 
188 | 188 |           name: limactl.ventura.x86_64  | 
189 | 189 |           path: src/lima/limactl.ventura.x86_64.tar.gz  | 
 | 
0 commit comments