File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Set up JDK 11
38
- uses : actions/setup-java@v3
38
+ uses : actions/setup-java@v4
39
39
with :
40
40
distribution : ' temurin'
41
41
java-version : 11
46
46
47
47
- name : Generate JaCoCo badge
48
48
id : jacoco
49
- uses : cicirello/jacoco-badge-generator@v2
49
+ uses : cicirello/jacoco-badge-generator@v2.11.0
50
50
with :
51
51
badges-directory : .github/badges
52
52
generate-branches-badge : true
@@ -63,14 +63,14 @@ jobs:
63
63
echo "(java-11) branches = ${{ steps.jacoco.outputs.branches }}"
64
64
65
65
- name : Upload JaCoCo coverage report
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : jacoco-report-java-11
69
69
path : target/site/jacoco/
70
70
71
71
- name : Deploy to Coverage Branch
72
72
if : ${{ github.event_name != 'pull_request' }}
73
- uses : crazy-max/ghaction-github-pages@v3
73
+ uses : crazy-max/ghaction-github-pages@v4
74
74
with :
75
75
target_branch : coverage
76
76
build_dir : .github/badges
You can’t perform that action at this time.
0 commit comments