From 247700514b96c751c42a56699e050a0fe45bb879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 20:56:42 +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/build-dev-environment.yml | 2 +- .github/workflows/push-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-dev-environment.yml b/.github/workflows/build-dev-environment.yml index 49887e2..48140be 100644 --- a/.github/workflows/build-dev-environment.yml +++ b/.github/workflows/build-dev-environment.yml @@ -71,7 +71,7 @@ jobs: uses: actions/checkout@v4 - name: Download Package Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: maven-packages path: modules diff --git a/.github/workflows/push-production.yml b/.github/workflows/push-production.yml index 368a6d7..a6312d9 100644 --- a/.github/workflows/push-production.yml +++ b/.github/workflows/push-production.yml @@ -109,7 +109,7 @@ jobs: install: true - name: Download Package Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: maven-packages path: modules