File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,20 +63,20 @@ jobs:
6363 with :
6464 report_paths : ' gwt/build/out/**/test/**/reports/TEST-*.xml'
6565 - name : Upload checkstyle xml for manual review in its own artifact
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 if : always()
6868 with :
6969 name : checkstyle-reports-java${{ matrix.java-version }}
7070 path : ' gwt/build/out/**/checkstyle*.xml'
7171 - name : Upload test xml files for manual review in its own artifact
72- uses : actions/upload-artifact@v4
72+ uses : actions/upload-artifact@v5
7373 if : always()
7474 with :
7575 name : junit-reports-java${{ matrix.java-version }}
7676 path : ' gwt/build/out/**/test/**/reports/TEST-*.xml'
7777
7878 - name : On success, upload the release zip
79- uses : actions/upload-artifact@v4
79+ uses : actions/upload-artifact@v5
8080 with :
8181 name : gwt-java${{ matrix.java-version }}
8282 path : ' gwt/build/dist/gwt-*.zip'
Original file line number Diff line number Diff line change 5959 reviewdog -f=checkstyle -filter-mode=diff_context -reporter=github-pr-annotations -level=info < $f
6060 done
6161 - name : Upload checkstyle xml for manual review
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v5
6363 if : ${{ matrix.java-version == '21' }}
6464 with :
6565 name : checkstyle-reports-java${{ matrix.java-version }}
You can’t perform that action at this time.
0 commit comments