Skip to content

Commit 3599665

Browse files
Bump actions/download-artifact from 5.0.0 to 6.0.0 (#3619)
1 parent 9d818bf commit 3599665

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
steps:
161161

162162
- name: Download packages
163-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
163+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
164164
with:
165165
name: packages-Windows
166166

@@ -220,7 +220,7 @@ jobs:
220220
steps:
221221

222222
- name: Download packages
223-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
223+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
224224
with:
225225
name: packages-Windows
226226

@@ -250,7 +250,7 @@ jobs:
250250
steps:
251251

252252
- name: Download packages
253-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
253+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
254254
with:
255255
name: packages-Windows
256256

0 commit comments

Comments
 (0)