File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
4444
4545 - name : Upload SpotBugs report
4646 if : always()
47- uses : actions/upload-artifact@v6
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : spotbugs-report
5050 path : build/reports/spotbugs/
5151 retention-days : 30
5252
5353 - name : Upload test results
54- uses : actions/upload-artifact@v6
54+ uses : actions/upload-artifact@v7
5555 if : always()
5656 with :
5757 name : test-results
@@ -67,15 +67,15 @@ jobs:
6767 reporter : java-junit
6868
6969 - name : Upload coverage report
70- uses : actions/upload-artifact@v6
70+ uses : actions/upload-artifact@v7
7171 if : always()
7272 with :
7373 name : coverage-report
7474 path : build/reports/jacoco/test/
7575 retention-days : 30
7676
7777 - name : Upload JAR artifact
78- uses : actions/upload-artifact@v6
78+ uses : actions/upload-artifact@v7
7979 with :
8080 name : tlaplus-formatter-jar
8181 path : build/libs/tlaplus-formatter.jar
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ jobs:
2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v6
2626
2727 - name : Set up JDK 21
28- uses : actions/setup-java@v4
28+ uses : actions/setup-java@v5
2929 with :
3030 java-version : ' 21'
3131 distribution : ' temurin'
3232
3333 - name : Setup Gradle
34- uses : gradle/actions/setup-gradle@v4
34+ uses : gradle/actions/setup-gradle@v5
3535
3636 - name : Build web JAR
3737 run : ./gradlew buildWebJar
4343 cp build/libs/tlaplus-formatter-web.jar _site/
4444
4545 - name : Upload Pages artifact
46- uses : actions/upload-pages-artifact@v3
46+ uses : actions/upload-pages-artifact@v4
4747 with :
4848 path : _site
4949
Original file line number Diff line number Diff line change 5454 run : ./gradlew semanticPreservationTest -Dtlaplus.examples.path=${{ github.workspace }}/tlaplus-examples -DTLA-Library="${{ github.workspace }}/tlapm/library:${{ github.workspace }}/CommunityModules:${{ github.workspace }}/apalache/src/tla"
5555
5656 - name : Upload test results
57- uses : actions/upload-artifact@v6
57+ uses : actions/upload-artifact@v7
5858 if : always()
5959 with :
6060 name : semantic-preservation-results
You can’t perform that action at this time.
0 commit comments