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.
2 parents 97340c9 + 0138d55 commit 2ace1a9Copy full SHA for 2ace1a9
.github/workflows/docker-ghcrio.yml
@@ -194,7 +194,7 @@ jobs:
194
if: needs.prepare.outputs.publish_image
195
steps:
196
- name: Download digests
197
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
198
with:
199
path: ${{ runner.temp }}/digests
200
pattern: digests-*
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
matrix: ${{fromJson(needs.build.outputs.matrix)}}
70
71
- name: Download artifact
72
73
74
name: packages
75
- name: Upload ${{ matrix.file }}
0 commit comments