|
67 | 67 | with: |
68 | 68 | node-version: 18.x |
69 | 69 | - name: Download build artifacts |
70 | | - uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd |
| 70 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 |
71 | 71 | with: |
72 | 72 | name: build-artifact |
73 | 73 | path: dist |
@@ -107,7 +107,7 @@ jobs: |
107 | 107 | with: |
108 | 108 | node-version: 18.x |
109 | 109 | - name: Download build artifacts |
110 | | - uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd |
| 110 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 |
111 | 111 | with: |
112 | 112 | name: build-artifact |
113 | 113 | path: dist |
@@ -148,7 +148,7 @@ jobs: |
148 | 148 | with: |
149 | 149 | python-version: 3.x |
150 | 150 | - name: Download build artifacts |
151 | | - uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd |
| 151 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 |
152 | 152 | with: |
153 | 153 | name: build-artifact |
154 | 154 | path: dist |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | with: |
202 | 202 | dotnet-version: 9.0.x |
203 | 203 | - name: Download build artifacts |
204 | | - uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd |
| 204 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 |
205 | 205 | with: |
206 | 206 | name: build-artifact |
207 | 207 | path: dist |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | with: |
253 | 253 | go-version: ^1.16.0 |
254 | 254 | - name: Download build artifacts |
255 | | - uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd |
| 255 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 |
256 | 256 | with: |
257 | 257 | name: build-artifact |
258 | 258 | path: dist |
@@ -288,7 +288,7 @@ jobs: |
288 | 288 | with: |
289 | 289 | node-version: 18.x |
290 | 290 | - name: Download build artifacts |
291 | | - uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd |
| 291 | + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 |
292 | 292 | with: |
293 | 293 | name: build-artifact |
294 | 294 | path: dist |
|
0 commit comments