There was an error while loading. Please reload this page.
1 parent dbf27aa commit 52947f6Copy full SHA for 52947f6
1 file changed
.github/workflows/ci.yml
@@ -25,10 +25,10 @@ jobs:
25
timeout-minutes: 30
26
steps:
27
- name: Checkout source
28
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
29
30
- name: Set up JDK 17
31
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
32
with:
33
distribution: temurin
34
java-version: '17'
@@ -39,15 +39,15 @@ jobs:
39
40
- name: Upload JaCoCo coverage report
41
if: always()
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
43
44
name: jacoco-coverage
45
path: target/site/jacoco
46
retention-days: 14
47
48
- name: Upload surefire reports
49
50
51
52
name: surefire-reports
53
path: target/surefire-reports
0 commit comments