diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba664551d..cd37e8ae1 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@v5 + uses: actions/download-artifact@v6 - name: Publish to CocoaPods run: | # TODO: Authenticate using repo secret