From 704830d6c17b84460843266a7d1e5da266511f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 23:25:56 +0200 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#77) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-dev-environment.yml | 2 +- .github/workflows/build-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 4fc97fa..972dcd9 100644 --- a/.github/workflows/build-dev-environment.yml +++ b/.github/workflows/build-dev-environment.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Download Package Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: maven-packages path: modules diff --git a/.github/workflows/build-production.yml b/.github/workflows/build-production.yml index 1413f33..0e35092 100644 --- a/.github/workflows/build-production.yml +++ b/.github/workflows/build-production.yml @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v4 - name: Download Package Artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: maven-packages path: modules