From 700874f6c2ca022e32215c8547d56d1bf60e35dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:41:11 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release-crate-gem.yml | 2 +- .github/workflows/release-java.yml | 2 +- .github/workflows/release-node.yml | 8 ++++---- .github/workflows/release-py.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-crate-gem.yml b/.github/workflows/release-crate-gem.yml index 79746fc4..587f194f 100644 --- a/.github/workflows/release-crate-gem.yml +++ b/.github/workflows/release-crate-gem.yml @@ -95,7 +95,7 @@ jobs: with: ruby-version: '3.3' bundler-cache: true - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4.1.7 with: name: cross-gem path: pkg/ diff --git a/.github/workflows/release-java.yml b/.github/workflows/release-java.yml index c8edb46c..29cf1cea 100644 --- a/.github/workflows/release-java.yml +++ b/.github/workflows/release-java.yml @@ -65,7 +65,7 @@ jobs: distribution: "temurin" - name: Download all artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: jnis path: ./autocorrect-java/jnis diff --git a/.github/workflows/release-node.yml b/.github/workflows/release-node.yml index fcdd980a..454b52a2 100644 --- a/.github/workflows/release-node.yml +++ b/.github/workflows/release-node.yml @@ -157,7 +157,7 @@ jobs: - name: Install dependencies run: yarn install - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bindings-${{ matrix.settings.target }} path: autocorrect-node/ @@ -187,7 +187,7 @@ jobs: - name: Install dependencies run: yarn install - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bindings-x86_64-unknown-linux-gnu path: autocorrect-node/ @@ -219,7 +219,7 @@ jobs: yarn config set supportedArchitectures.libc "musl" yarn install - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bindings-x86_64-unknown-linux-musl path: autocorrect-node/ @@ -254,7 +254,7 @@ jobs: - name: Install dependencies run: yarn install - name: Download all artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: autocorrect-node/artifacts - name: Move artifacts diff --git a/.github/workflows/release-py.yml b/.github/workflows/release-py.yml index fb3a941d..b52969c4 100644 --- a/.github/workflows/release-py.yml +++ b/.github/workflows/release-py.yml @@ -163,7 +163,7 @@ jobs: runs-on: ubuntu-latest needs: [macos, windows, linux, linux-cross, musllinux, musllinux-cross] steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: wheels - uses: actions/setup-python@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index de56a021..653dcfe9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -144,7 +144,7 @@ jobs: fetch-depth: 0 - name: Setup | Artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: path: release-dist