From 6d5d3fac8bb9d1a25ce4b937823c6066a3074d1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:46:28 +0000 Subject: [PATCH 1/2] build(deps): bump actions/upload-artifact from 2 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...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/precompiled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/precompiled.yml b/.github/workflows/precompiled.yml index 9559b09..69c9c0b 100644 --- a/.github/workflows/precompiled.yml +++ b/.github/workflows/precompiled.yml @@ -54,7 +54,7 @@ jobs: bundler-cache: true - run: ./bin/test-gem-build gems ruby working-directory: precompiled - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: cruby-gem path: precompiled/gems @@ -123,7 +123,7 @@ jobs: docker run --rm -v $PWD/precompiled:/precompiled -w /precompiled \ ghcr.io/rake-compiler/rake-compiler-dock-image:${{ needs.rcd_image_version.outputs.rcd_image_version }}-mri-${{ matrix.platform }} \ ./bin/test-gem-build gems ${{ matrix.platform }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: "cruby-${{ matrix.platform }}-gem" path: precompiled/gems From 32a3003c58cd5e06787becd54943da4354b7e63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:45:00 +0000 Subject: [PATCH 2/2] build(deps): bump actions/download-artifact from 2 to 4 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/precompiled.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/precompiled.yml b/.github/workflows/precompiled.yml index 69c9c0b..f7347d3 100644 --- a/.github/workflows/precompiled.yml +++ b/.github/workflows/precompiled.yml @@ -74,7 +74,7 @@ jobs: with: working-directory: precompiled ruby-version: "${{ matrix.ruby }}" - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: cruby-gem path: precompiled/gems @@ -148,7 +148,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: cruby-${{ matrix.platform }}-gem path: precompiled/gems @@ -169,7 +169,7 @@ jobs: image: "ruby:${{matrix.ruby}}-alpine" steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: cruby-x86_64-linux-gem path: precompiled/gems @@ -189,7 +189,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "${{matrix.ruby}}" - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: cruby-x86_64-darwin-gem path: precompiled/gems @@ -212,7 +212,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "${{matrix.ruby}}" - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: cruby-x64-mingw32-gem path: precompiled/gems @@ -231,7 +231,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: "${{matrix.ruby}}" - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4 with: name: cruby-x64-mingw-ucrt-gem path: precompiled/gems