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 92222d6 commit 071fe5aCopy full SHA for 071fe5a
.github/actions/build-custom-image-with-apko/action.yml
@@ -30,13 +30,13 @@ inputs:
30
runs:
31
using: "composite"
32
steps:
33
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
34
with:
35
pattern: ${{ inputs.component }}-melange-packages-*
36
path: ./packages/
37
merge-multiple: true
38
39
40
41
pattern: ${{ inputs.component }}-melange-rsa-pub-*
42
0 commit comments