From d0a4aff50e517b58a99637bd85faca97d381bd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:20:41 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fa3d3118..29b39058 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,13 +88,13 @@ jobs: - build-jdk8 steps: - name: retrieve generated war files (jre8) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: war-jre8 path: artifacts - name: retrieve generated war files (jre11) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: war-jre11 path: artifacts diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c637fd76..e6f47737 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: retrieve generated files (jre8) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: war-jre8 path: artifacts