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 ee20dbb commit ce5d2feCopy full SHA for ce5d2fe
.github/workflows/docker-unified.yml
@@ -642,7 +642,7 @@ jobs:
642
643
- name: Download build Metadata
644
if: ${{ needs.setup.outputs.publish == 'true' || needs.setup.outputs.pr-publish == 'true' }}
645
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
646
with:
647
name: build-metadata-${{ needs.setup.outputs.tag }}
648
path: ${{ github.workspace }}/build
0 commit comments