diff --git a/.github/workflows/multi-build.yaml b/.github/workflows/multi-build.yaml index c20926e..51677ce 100644 --- a/.github/workflows/multi-build.yaml +++ b/.github/workflows/multi-build.yaml @@ -148,7 +148,7 @@ jobs: # It uses the actions/upload-artifact action to upload the file created in the previous step. # The artifact is named digests-${{ env.PLATFORM_PAIR }}, where PLATFORM_PAIR is the platform name with '/' replaced by '-'. # The artifact is retained for 1 day, and if no files are found, it will throw an error. - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: digests-${{ env.PLATFORM_PAIR }} path: /tmp/digests/*