From 44635b54af0ccb1d65e2793f4684da5e5bdbc408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:19:01 +0000 Subject: [PATCH] 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/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b985b9d..e58b75cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Download target directories (2.11.12) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.11.12-${{ matrix.java }} @@ -143,7 +143,7 @@ jobs: rm targets.tar - name: Download target directories (2.12.20) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} @@ -153,7 +153,7 @@ jobs: rm targets.tar - name: Download target directories (2.13.16) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} @@ -163,7 +163,7 @@ jobs: rm targets.tar - name: Download target directories (3.3.6) - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: target-${{ matrix.os }}-3.3.6-${{ matrix.java }}