Skip to content

Commit b2aada8

Browse files
committed
fix(cli): Update download-artifact action to pin to v4
1 parent 665847b commit b2aada8

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,14 @@ jobs:
121121
run: 'npm ci'
122122

123123
- name: 'Download macOS arm64 binary'
124-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
124+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
125125
continue-on-error: true
126126
with:
127127
name: 'gemini-darwin-arm64-unsigned'
128128
path: 'release/dist/darwin-arm64'
129129

130130
- name: 'Download macOS x64 binary'
131-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
131+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
132132
continue-on-error: true
133133
with:
134134
name: 'gemini-darwin-x64-unsigned'

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ jobs:
100100
run: 'npm ci'
101101

102102
- name: 'Download macOS arm64 binary'
103-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
103+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
104104
continue-on-error: true
105105
with:
106106
name: 'gemini-darwin-arm64-unsigned'
107107
path: 'release/dist/darwin-arm64'
108108

109109
- name: 'Download macOS x64 binary'
110-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
110+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
111111
continue-on-error: true
112112
with:
113113
name: 'gemini-darwin-x64-unsigned'

.github/workflows/release-promote.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,14 @@ jobs:
266266
run: 'npm ci'
267267

268268
- name: 'Download macOS arm64 binary'
269-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
269+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
270270
continue-on-error: true
271271
with:
272272
name: 'gemini-darwin-arm64-unsigned'
273273
path: 'release/dist/darwin-arm64'
274274

275275
- name: 'Download macOS x64 binary'
276-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
276+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
277277
continue-on-error: true
278278
with:
279279
name: 'gemini-darwin-x64-unsigned'
@@ -347,14 +347,14 @@ jobs:
347347
run: 'npm ci'
348348

349349
- name: 'Download macOS arm64 binary'
350-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
350+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
351351
continue-on-error: true
352352
with:
353353
name: 'gemini-darwin-arm64-unsigned'
354354
path: 'release/dist/darwin-arm64'
355355

356356
- name: 'Download macOS x64 binary'
357-
uses: 'actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16'
357+
uses: 'actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806' # ratchet:actions/download-artifact@v4
358358
continue-on-error: true
359359
with:
360360
name: 'gemini-darwin-x64-unsigned'

0 commit comments

Comments
 (0)