We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed42d48 commit 1237777Copy full SHA for 1237777
.github/workflows/build.yml
@@ -142,14 +142,14 @@ jobs:
142
steps:
143
144
- name: 📥 Download meta bake definitions
145
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
146
with:
147
pattern: bake-meta-*
148
path: /tmp
149
merge-multiple: true
150
151
152
153
154
pattern: digests-*
155
path: /tmp/digests
0 commit comments