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 43ff3e0 commit 49ff917Copy full SHA for 49ff917
.github/workflows/build-push.yaml
@@ -131,7 +131,7 @@ jobs:
131
echo "version=$ver" >> $GITHUB_OUTPUT
132
133
- name: Download digests
134
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
135
with:
136
path: ${{ runner.temp }}/digests${{ matrix.build-file.suffix }}
137
pattern: digests${{ matrix.build-file.suffix }}-linux-*
0 commit comments