diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f579e6c..5fda1ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,10 +45,10 @@ jobs: shell: bash run: | echo "::set-output name=IS_PRE_RELEASE::$(echo "${{ steps.get_version.outputs.VERSION }}" | awk 'BEGIN{prerelease="false"} /beta|alpha/{prerelease="true"} END{print prerelease}')" - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: sequoia-Linux - - uses: actions/download-artifact@v7 + - uses: actions/download-artifact@v8 with: name: sequoia-macOS - name: Release