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 5347076 commit 1ce5413Copy full SHA for 1ce5413
.github/workflows/build.yml
@@ -139,14 +139,14 @@ jobs:
139
steps:
140
141
- name: 📥 Download meta bake definitions
142
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
143
with:
144
pattern: bake-meta-*
145
path: /tmp
146
merge-multiple: true
147
148
149
150
151
pattern: digests-*
152
path: /tmp/digests
0 commit comments