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 3333 runs-on : ubuntu-latest
3434
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Set up JDK 11
38- uses : actions/setup-java@v3
38+ uses : actions/setup-java@v4
3939 with :
4040 distribution : ' temurin'
4141 java-version : 11
4646
4747 - name : Generate JaCoCo badge
4848 id : jacoco
49- uses : cicirello/jacoco-badge-generator@v2
49+ uses : cicirello/jacoco-badge-generator@v2.11.0
5050 with :
5151 badges-directory : .github/badges
5252 generate-branches-badge : true
@@ -63,14 +63,14 @@ jobs:
6363 echo "(java-11) branches = ${{ steps.jacoco.outputs.branches }}"
6464
6565 - name : Upload JaCoCo coverage report
66- uses : actions/upload-artifact@v3
66+ uses : actions/upload-artifact@v4
6767 with :
6868 name : jacoco-report-java-11
6969 path : target/site/jacoco/
7070
7171 - name : Deploy to Coverage Branch
7272 if : ${{ github.event_name != 'pull_request' }}
73- uses : crazy-max/ghaction-github-pages@v3
73+ uses : crazy-max/ghaction-github-pages@v4
7474 with :
7575 target_branch : coverage
7676 build_dir : .github/badges
You can’t perform that action at this time.
0 commit comments