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