diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index 9bffe83..c1e3136 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -190,7 +190,7 @@ jobs: # This step downloads the digest files uploaded in the build job. # It uses the actions/download-artifact action to download the artifacts with the pattern digests-*. # The downloaded files are merged into the /tmp/digests directory. - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: /tmp/digests pattern: digests-*