Skip to content

Commit f9ba555

Browse files
chore: bump actions/download-artifact from 3.0.2 to 4.1.8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@9bc31d5...fa0a91b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0b5643 commit f9ba555

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
node-version: 18.x
3939
- name: Download build artifacts
40-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
40+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
4141
with:
4242
name: build-artifact
4343
path: dist
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
node-version: 18.x
6565
- name: Download build artifacts
66-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
66+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
6767
with:
6868
name: build-artifact
6969
path: dist
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
python-version: 3.x
9090
- name: Download build artifacts
91-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
91+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
9292
with:
9393
name: build-artifact
9494
path: dist
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
dotnet-version: 3.x
115115
- name: Download build artifacts
116-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
116+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
117117
with:
118118
name: build-artifact
119119
path: dist
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
go-version: ^1.16.0
140140
- name: Download build artifacts
141-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
141+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
142142
with:
143143
name: build-artifact
144144
path: dist

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 18.x
4949
- name: Download build artifacts
50-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
50+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
5151
with:
5252
name: build-artifact
5353
path: dist
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
node-version: 18.x
9797
- name: Download build artifacts
98-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
98+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
9999
with:
100100
name: build-artifact
101101
path: dist
@@ -144,7 +144,7 @@ jobs:
144144
with:
145145
python-version: 3.x
146146
- name: Download build artifacts
147-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
147+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
148148
with:
149149
name: build-artifact
150150
path: dist
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
dotnet-version: 3.x
192192
- name: Download build artifacts
193-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
193+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
194194
with:
195195
name: build-artifact
196196
path: dist
@@ -249,7 +249,7 @@ jobs:
249249
with:
250250
go-version: ^1.16.0
251251
- name: Download build artifacts
252-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
252+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
253253
with:
254254
name: build-artifact
255255
path: dist
@@ -293,7 +293,7 @@ jobs:
293293
with:
294294
node-version: 18.x
295295
- name: Download build artifacts
296-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
296+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
297297
with:
298298
name: build-artifact
299299
path: dist

.github/workflows/upgrade-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
ref: main
5050
- name: Download patch
51-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
51+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
5252
with:
5353
name: .repo.patch
5454
path: ${{ runner.temp }}

0 commit comments

Comments
 (0)