We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cee36 commit 9e6df4bCopy full SHA for 9e6df4b
.github/workflows/main.yml
@@ -88,13 +88,13 @@ jobs:
88
- build-jdk8
89
steps:
90
- name: retrieve generated war files (jre8)
91
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4.1.7
92
with:
93
name: war-jre8
94
path: artifacts
95
96
- name: retrieve generated war files (jre11)
97
98
99
name: war-jre11
100
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
fetch-depth: 0
48
49
- name: retrieve generated files (jre8)
50
51
52
53
0 commit comments