Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#339)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-04 22:01:14 +01:00
committed by GitHub
parent 91cee36b32
commit 9e6df4b123
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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