Skip to content

Commit 82069b0

Browse files
chore: bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 636cbc7 commit 82069b0

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
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
node-version: 18.x
7070
- name: Download build artifacts
71-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
71+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
7272
with:
7373
name: build-artifact
7474
path: dist
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
node-version: 18.x
109109
- name: Download build artifacts
110-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
110+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
111111
with:
112112
name: build-artifact
113113
path: dist
@@ -149,7 +149,7 @@ jobs:
149149
with:
150150
python-version: 3.x
151151
- name: Download build artifacts
152-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
152+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
153153
with:
154154
name: build-artifact
155155
path: dist
@@ -204,7 +204,7 @@ jobs:
204204
with:
205205
dotnet-version: 9.0.x
206206
- name: Download build artifacts
207-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
207+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
208208
with:
209209
name: build-artifact
210210
path: dist
@@ -255,7 +255,7 @@ jobs:
255255
with:
256256
go-version: ^1.16.0
257257
- name: Download build artifacts
258-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
258+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
259259
with:
260260
name: build-artifact
261261
path: dist
@@ -291,7 +291,7 @@ jobs:
291291
with:
292292
node-version: 18.x
293293
- name: Download build artifacts
294-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
294+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
295295
with:
296296
name: build-artifact
297297
path: dist

0 commit comments

Comments
 (0)