Skip to content

Commit de47440

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 5f78337 commit de47440

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
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
node-version: 18.x
6262
- name: Download build artifacts
63-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
63+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
6464
with:
6565
name: build-artifact
6666
path: dist
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
node-version: 18.x
8989
- name: Download build artifacts
90-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
90+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
9191
with:
9292
name: build-artifact
9393
path: dist
@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
python-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
@@ -139,7 +139,7 @@ jobs:
139139
with:
140140
dotnet-version: 3.x
141141
- name: Download build artifacts
142-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
142+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
143143
with:
144144
name: build-artifact
145145
path: dist
@@ -165,7 +165,7 @@ jobs:
165165
with:
166166
go-version: ^1.16.0
167167
- name: Download build artifacts
168-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
168+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
169169
with:
170170
name: build-artifact
171171
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
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
go-version: ^1.16.0
256256
- name: Download build artifacts
257-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
257+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
258258
with:
259259
name: build-artifact
260260
path: dist
@@ -298,7 +298,7 @@ jobs:
298298
with:
299299
node-version: 18.x
300300
- name: Download build artifacts
301-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
301+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
302302
with:
303303
name: build-artifact
304304
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)