Skip to content

Commit 400af65

Browse files
committed
fix yml
1 parent b57ff5f commit 400af65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/java11-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Set up JDK 11
18-
uses: actions/setup-java@v3
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: '11'
2121
distribution: 'temurin'
@@ -29,5 +29,6 @@ jobs:
2929
uses: actions/upload-artifact@v4
3030
with:
3131
name: test-results
32+
path: |
3233
**/target/surefire-reports/
33-
**/target/failsafe-reports/
34+
**/target/failsafe-reports/

0 commit comments

Comments
 (0)