.github/workflows/ruby.yml in microsoft_kiota_faraday-0.12.0 vs .github/workflows/ruby.yml in microsoft_kiota_faraday-0.13.0

- old
+ new

@@ -13,21 +13,21 @@ matrix: os: [ubuntu-latest, macos-latest] ruby-version: ['3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler: 'latest' cache-version: 1 - name: Run tests run: bundle exec rake - name: Upload artifacts for ruby version 3 and ubuntu if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.2'}} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: drop path: | ./Gemfile.lock ./README.md