diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce68322dc..f931db7b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -198,7 +198,7 @@ jobs: bundle config set --local path vendor bundle check || bundle install - name: Download build artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Publish to CocoaPods run: | # TODO: Authenticate using repo secret