Skip to content

Commit 22a5efa

Browse files
Update actions/download-artifact action to v6 (#1811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1286ddd commit 22a5efa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
steps:
124124

125125
- name: Download packages
126-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
126+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
127127
with:
128128
name: packages-windows
129129

@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162

163163
- name: Download packages
164-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
164+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
165165
with:
166166
name: packages-windows
167167

@@ -182,7 +182,7 @@ jobs:
182182
steps:
183183

184184
- name: Download packages
185-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
185+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
186186
with:
187187
name: packages-windows
188188

0 commit comments

Comments
 (0)