From e85b52669ca0f30d667baeb78bf828b55c99f7f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 07:23:00 +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/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8780383..ceb46ce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: ruby-version: "3.2" bundler-cache: true - run: ./scripts/test-gem-build gems ruby ${{github.ref_type}} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: cruby-gem path: gems @@ -55,7 +55,7 @@ jobs: docker run --rm -v "$(pwd):/re2" -w /re2 \ "ghcr.io/rake-compiler/rake-compiler-dock-image:1.4.0.rc2-mri-${{matrix.platform}}" \ ./scripts/test-gem-build gems ${{matrix.platform}} ${{github.ref_type}} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: "cruby-${{matrix.platform}}-gem" path: gems