Skip to content

Commit 9e6df4b

Browse files
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](actions/download-artifact@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>
1 parent 91cee36 commit 9e6df4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ jobs:
8888
- build-jdk8
8989
steps:
9090
- name: retrieve generated war files (jre8)
91-
uses: actions/download-artifact@v3
91+
uses: actions/download-artifact@v4.1.7
9292
with:
9393
name: war-jre8
9494
path: artifacts
9595

9696
- name: retrieve generated war files (jre11)
97-
uses: actions/download-artifact@v3
97+
uses: actions/download-artifact@v4.1.7
9898
with:
9999
name: war-jre11
100100
path: artifacts

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: retrieve generated files (jre8)
50-
uses: actions/download-artifact@v3
50+
uses: actions/download-artifact@v4.1.7
5151
with:
5252
name: war-jre8
5353
path: artifacts

0 commit comments

Comments
 (0)