Skip to content

Commit ba8581f

Browse files
chore: bump actions/download-artifact
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 533298bc57c27f112a2c04a74a04a4d43e2866fd to d3f86a106a0bac45b974a628896c90dbdf5c8093. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@533298b...d3f86a1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: d3f86a106a0bac45b974a628896c90dbdf5c8093 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3dae107 commit ba8581f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
node-version: 18.x
6969
- name: Download build artifacts
70-
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
70+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
7171
with:
7272
name: build-artifact
7373
path: dist
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
node-version: 18.x
109109
- name: Download build artifacts
110-
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
110+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
111111
with:
112112
name: build-artifact
113113
path: dist
@@ -148,7 +148,7 @@ jobs:
148148
with:
149149
python-version: 3.x
150150
- name: Download build artifacts
151-
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
151+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
152152
with:
153153
name: build-artifact
154154
path: dist
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
dotnet-version: 9.0.x
203203
- name: Download build artifacts
204-
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
204+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
205205
with:
206206
name: build-artifact
207207
path: dist
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
go-version: ^1.16.0
254254
- name: Download build artifacts
255-
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
255+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
256256
with:
257257
name: build-artifact
258258
path: dist
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
node-version: 18.x
290290
- name: Download build artifacts
291-
uses: actions/download-artifact@533298bc57c27f112a2c04a74a04a4d43e2866fd
291+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
292292
with:
293293
name: build-artifact
294294
path: dist

0 commit comments

Comments
 (0)