From c4a7047a4cf245d0ad9cd42241e0850ac45c561f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:34:25 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/gem.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6862953..e421553 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,7 +42,7 @@ jobs: - run: sudo apt install tree - run: tree -a coverage - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: "coverage-ruby-${{ matrix.ruby-version }}" path: coverage/ruby-* diff --git a/.github/workflows/gem.yml b/.github/workflows/gem.yml index db41561..57cfab6 100644 --- a/.github/workflows/gem.yml +++ b/.github/workflows/gem.yml @@ -39,7 +39,7 @@ jobs: - run: "bundle exec rake gem:${{ matrix.platform }}" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: "gem-${{matrix.platform}}" path: pkg