From 24336dcd1bca86760931ffc7a1441f7aeb3d427d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 04:26:38 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 746efab..3bde00c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,7 +23,7 @@ jobs: run: bundle exec rake compile - name: Build gem run: bundle exec rake build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: >- matrix.os == 'macos-11.0' && matrix.ruby == '3.2' diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 9ccea23..c15f764 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -24,7 +24,7 @@ jobs: run: bundle exec rake compile - name: Build gem run: bundle exec rake build - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: >- matrix.os == 'ubuntu-22.04' && matrix.ruby == 'jruby-head'