Skip to content

Commit 82a9dfd

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 910e01a commit 82a9dfd

11 files changed

Lines changed: 28 additions & 28 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
# ── Goose CLI: download from prior run OR build from source ──
111111
- name: Download goose CLI from build-cli run
112112
if: inputs.cli-run-id != ''
113-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
113+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
114114
with:
115115
name: goose-aarch64-apple-darwin
116116
run-id: ${{ inputs.cli-run-id }}
@@ -275,7 +275,7 @@ jobs:
275275
# ── Goose CLI: download from prior run OR build from source ──
276276
- name: Download goose CLI from build-cli run
277277
if: inputs.cli-run-id != ''
278-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
278+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
279279
with:
280280
name: goose-x86_64-apple-darwin
281281
run-id: ${{ inputs.cli-run-id }}
@@ -462,7 +462,7 @@ jobs:
462462
# ── Goose CLI: download from prior run OR build from source ──
463463
- name: Download goose CLI from build-cli run
464464
if: inputs.cli-run-id != ''
465-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
465+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
466466
with:
467467
name: goose-x86_64-unknown-linux-gnu
468468
run-id: ${{ inputs.cli-run-id }}
@@ -602,7 +602,7 @@ jobs:
602602
# ── Goose CLI: download from prior run OR build from source ──
603603
- name: Download goose CLI from build-cli run
604604
if: inputs.cli-run-id != ''
605-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
605+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
606606
with:
607607
name: goose-x86_64-pc-windows-msvc
608608
run-id: ${{ inputs.cli-run-id }}
@@ -715,13 +715,13 @@ jobs:
715715
actions: read
716716
steps:
717717
- name: Download NSIS installer
718-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
718+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
719719
with:
720720
name: Goose2-windows-x64-nsis
721721
path: unsigned/nsis
722722

723723
- name: Download MSI installer
724-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
724+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
725725
with:
726726
name: Goose2-windows-x64-msi
727727
path: unsigned/msi

.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
@@ -182,7 +182,7 @@ jobs:
182182
ref: ${{ github.event.inputs.branch || github.ref }}
183183

184184
- name: Download Binary
185-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
185+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
186186
with:
187187
name: goose-binary
188188
path: target/debug
@@ -225,7 +225,7 @@ jobs:
225225
ref: ${{ github.event.inputs.branch || github.ref }}
226226

227227
- name: Download Binary
228-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
228+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
229229
with:
230230
name: goose-binary
231231
path: target/debug
@@ -265,7 +265,7 @@ jobs:
265265
ref: ${{ github.event.inputs.branch || github.ref }}
266266

267267
- name: Download Binary
268-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
268+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
269269
with:
270270
name: goosed-binary
271271
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-goose2.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,60 +93,60 @@ jobs:
9393
steps:
9494
- name: Download CLI artifacts
9595
if: needs.build-cli.result == 'success'
96-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
96+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
9797
with:
9898
pattern: goose-*
9999
merge-multiple: true
100100
path: release
101101

102102
- name: Download install script
103103
if: needs.install-script.result == 'success'
104-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
104+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
105105
with:
106106
name: download_cli.sh
107107
path: release
108108

109109
- name: Download macOS ARM64
110-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
110+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
111111
with:
112112
name: Goose2-darwin-arm64
113113
path: release
114114

115115
- name: Download macOS Intel
116-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
116+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
117117
with:
118118
name: Goose2-darwin-x64
119119
path: release
120120

121121
- name: Download Linux .deb
122-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
122+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
123123
with:
124124
name: Goose2-linux-x64-deb
125125
path: release
126126
continue-on-error: true
127127

128128
- name: Download Linux AppImage
129-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
129+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
130130
with:
131131
name: Goose2-linux-x64-appimage
132132
path: release
133133
continue-on-error: true
134134

135135
- name: Download Linux RPM
136-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
136+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
137137
with:
138138
name: Goose2-linux-x64-rpm
139139
path: release
140140
continue-on-error: true
141141

142142
- name: Download signed Windows NSIS installer
143-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
143+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
144144
with:
145145
name: Goose2-windows-x64-nsis-signed
146146
path: release
147147

148148
- name: Download signed Windows MSI installer
149-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
149+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
150150
with:
151151
name: Goose2-windows-x64-msi-signed
152152
path: release

0 commit comments

Comments
 (0)