File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626
2727 steps :
2828 - name : Check out code
29- uses : actions/checkout@v3
29+ uses : actions/checkout@v4
3030
3131 - name : Set up JDK ${{ matrix.java }}
32- uses : actions/setup-java@v3
32+ uses : actions/setup-java@v4
3333 with :
3434 java-version : ${{ matrix.java }}
3535 distribution : ${{ matrix.distribution }}
@@ -39,14 +39,14 @@ jobs:
3939
4040 - name : Archive HTML test report
4141 if : ${{ always() }}
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-html
4545 path : " */build/reports/**"
4646
4747 - name : Archive JUnit test report
4848 if : ${{ always() }}
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v4
5050 with :
5151 name : test-reports-java${{ matrix.java }}-${{ matrix.distribution }}-xml
5252 path : " */build/test-results/**/*.xml"
You can’t perform that action at this time.
0 commit comments