diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index f4b8ba5dd41f..e2b675a02f4a 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -521,9 +521,9 @@ jobs: - name: Install Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '2.6' + ruby-version: '3.3' - name: Install fpm - run: gem install --no-document fpm -v 1.11.0 + run: gem install --no-document fpm -v 1.15.1 - name: Download Collector Binaries uses: actions/download-artifact@v3 with: