File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 run : tar cvfj javadoc.tar.bz2 build/docs/javadoc
2828
2929 - name : Upload Javadoc
30- uses : actions/upload-artifact@v5
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : javadoc
3333 path : " javadoc.tar.bz2"
Original file line number Diff line number Diff line change 3030 run : ./gradlew --continue ${{ matrix.tests }}
3131
3232 - name : Upload test results
33- uses : actions/upload-artifact@v5
33+ uses : actions/upload-artifact@v6
3434 if : success() || failure()
3535 with :
3636 name : test-results-${{ matrix.tests }}
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 java-version : 21
2323 distribution : ' zulu'
2424 - name : Cache SonarCloud packages
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : ~/.sonar/cache
2828 key : ${{ runner.os }}-sonar
2929 restore-keys : ${{ runner.os }}-sonar
3030 - name : Cache Gradle packages
31- uses : actions/cache@v4
31+ uses : actions/cache@v5
3232 with :
3333 path : ~/.gradle/caches
3434 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change 6161 run : ./gradlew --continue -DjacocoEnabled=true :${{ matrix.modules }}:test
6262
6363 - name : Upload test results
64- uses : actions/upload-artifact@v5
64+ uses : actions/upload-artifact@v6
6565 if : success() || failure()
6666 with :
6767 name : test-results-${{ matrix.os }}-${{ matrix.modules }}
@@ -102,7 +102,7 @@ jobs:
102102 run : ./gradlew --continue ${{ matrix.test }}
103103
104104 - name : Upload test results
105- uses : actions/upload-artifact@v5
105+ uses : actions/upload-artifact@v6
106106 if : success() || failure() # run this step even if previous step failed
107107 with :
108108 name : test-results-${{ matrix.test }}
Original file line number Diff line number Diff line change 4646 run : ./gradlew --continue -x :key.core.symbolic_execution:test -x :key.core.proof_references:test test
4747
4848 - name : Upload test results
49- uses : actions/upload-artifact@v5
49+ uses : actions/upload-artifact@v6
5050 if : success() || failure()
5151 with :
5252 name : unit-test-results-${{matrix.test}}-${{ matrix.os }}-${{ matrix.java }}
8686 run : ./gradlew --continue ${{ matrix.test }}
8787
8888 - name : Upload test results
89- uses : actions/upload-artifact@v5
89+ uses : actions/upload-artifact@v6
9090 if : success() || failure() # run this step even if a previous step failed
9191 with :
9292 name : integration-test-results-${{matrix.test}}-${{ matrix.os }}-${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments