Skip to content

Commit 317cdf5

Browse files
deps(deps): update actions/download-artifact action to v5
1 parent 54cbbef commit 317cdf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ jobs:
142142
steps:
143143

144144
- name: 📥 Download meta bake definitions
145-
uses: actions/download-artifact@v4
145+
uses: actions/download-artifact@v5
146146
with:
147147
pattern: bake-meta-*
148148
path: /tmp
149149
merge-multiple: true
150150

151151
- name: 📥 Download meta bake definitions
152-
uses: actions/download-artifact@v4
152+
uses: actions/download-artifact@v5
153153
with:
154154
pattern: digests-*
155155
path: /tmp/digests

0 commit comments

Comments
 (0)