From 528c56e0472f3667038390d9957193907ac3273e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:35:45 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... 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 f0facd3e..9199490a 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -54,7 +54,7 @@ jobs: clean: true - name: 'Download all artifacts' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: 'Set up Java' uses: actions/setup-java@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 013a964a..4aaaa283 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: fetch-depth: 0 - name: 'Download all artifacts' - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: 'Set up Java' uses: actions/setup-java@v3