From 642274def0ec128a4558621ec70295a64657d5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:01:40 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact 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/early-access.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index 3b0c59b3b..a7a07743e 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -120,7 +120,7 @@ jobs: fetch-depth: 0 - name: Download all build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Set up Java uses: oracle-actions/setup-java@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fad68a505..8650dcaed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -146,7 +146,7 @@ jobs: restore-keys: ${{ runner.os }}-m2 - name: Download all build artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 - name: Set Release Version run: |