Skip to content

Commit 47e5b88

Browse files
chore(deps): bump actions/download-artifact from 4.3.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.3.0...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2efa625 commit 47e5b88

10 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/bundle-desktop-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
steps:
169169
- name: Download unsigned distribution
170-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
170+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
171171
with:
172172
name: windows-unsigned
173173
path: dist-windows
@@ -223,7 +223,7 @@ jobs:
223223

224224
steps:
225225
- name: Download unsigned distribution
226-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
226+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
227227
with:
228228
name: windows-unsigned
229229
path: dist-windows

.github/workflows/bundle-goose2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# ── Goose CLI: download from prior run OR build from source ──
106106
- name: Download goose CLI from build-cli run
107107
if: inputs.cli-run-id != ''
108-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
108+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
109109
with:
110110
name: goose-aarch64-apple-darwin
111111
run-id: ${{ inputs.cli-run-id }}
@@ -272,7 +272,7 @@ jobs:
272272
# ── Goose CLI: download from prior run OR build from source ──
273273
- name: Download goose CLI from build-cli run
274274
if: inputs.cli-run-id != ''
275-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
275+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
276276
with:
277277
name: goose-x86_64-apple-darwin
278278
run-id: ${{ inputs.cli-run-id }}
@@ -458,7 +458,7 @@ jobs:
458458
# ── Goose CLI: download from prior run OR build from source ──
459459
- name: Download goose CLI from build-cli run
460460
if: inputs.cli-run-id != ''
461-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
461+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
462462
with:
463463
name: goose-x86_64-unknown-linux-gnu
464464
run-id: ${{ inputs.cli-run-id }}
@@ -597,7 +597,7 @@ jobs:
597597
# ── Goose CLI: download from prior run OR build from source ──
598598
- name: Download goose CLI from build-cli run
599599
if: inputs.cli-run-id != ''
600-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
600+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
601601
with:
602602
name: goose-x86_64-pc-windows-msvc
603603
run-id: ${{ inputs.cli-run-id }}

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Download all artifacts
128-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
128+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
129129
with:
130130
merge-multiple: true
131131

.github/workflows/pr-comment-build-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Download CLI artifacts
125-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
125+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
126126
with:
127127
pattern: goose-*
128128
path: cli-dist

.github/workflows/pr-comment-bundle-intel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Download Intel artifact
82-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
82+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8383
with:
8484
name: Goose-darwin-x64
8585
path: intel-dist

.github/workflows/pr-comment-bundle-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Download Windows artifact
83-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
83+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8484
with:
8585
name: Goose-win32-x64
8686
path: windows-dist

.github/workflows/pr-comment-bundle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
steps:
174174
- name: Download ARM64 artifact
175-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
175+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
176176
with:
177177
name: Goose-darwin-arm64
178178
path: arm64-dist

.github/workflows/pr-smoke-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
ref: ${{ github.event.inputs.branch || github.ref }}
9595

9696
- name: Download Binary
97-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
97+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9898
with:
9999
name: goose-binary
100100
path: target/debug
@@ -180,7 +180,7 @@ jobs:
180180
ref: ${{ github.event.inputs.branch || github.ref }}
181181

182182
- name: Download Binary
183-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
183+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
184184
with:
185185
name: goose-binary
186186
path: target/debug
@@ -218,7 +218,7 @@ jobs:
218218
ref: ${{ github.event.inputs.branch || github.ref }}
219219

220220
- name: Download Binary
221-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
221+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
222222
with:
223223
name: goose-binary
224224
path: target/debug
@@ -258,7 +258,7 @@ jobs:
258258
ref: ${{ github.event.inputs.branch || github.ref }}
259259

260260
- name: Download Binary
261-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
261+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
262262
with:
263263
name: goosed-binary
264264
path: target/debug

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
environment: npm-production-publishing
140140
steps:
141141
- name: Download built packages
142-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
142+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
143143
with:
144144
name: npm-packages
145145
path: ui/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
attestations: write # Required for SLSA build provenance attestations
9999
steps:
100100
- name: Download all artifacts
101-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
101+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
102102
with:
103103
merge-multiple: true
104104

0 commit comments

Comments
 (0)