Skip to content

Commit 7e9f128

Browse files
Bump actions/download-artifact from 8.0.0 to 8.0.1 in the actions group (#387)
1 parent 71c6e77 commit 7e9f128

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
@@ -120,7 +120,7 @@ jobs:
120120
steps:
121121

122122
- name: Download packages
123-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
123+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
124124
with:
125125
name: packages-windows
126126

@@ -158,7 +158,7 @@ jobs:
158158
steps:
159159

160160
- name: Download packages
161-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
161+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
162162
with:
163163
name: packages-windows
164164

@@ -187,7 +187,7 @@ jobs:
187187
steps:
188188

189189
- name: Download packages
190-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
190+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
191191
with:
192192
name: packages-windows
193193

0 commit comments

Comments
 (0)