7575 run : cat ~/.m2/toolchains.xml
7676
7777 - name : Setup Node version
78- uses : actions/setup-node@v5
78+ uses : actions/setup-node@v6
7979 with :
8080 node-version : 22
8181 cache : ' npm'
9999 options : " -screen 0 1600x1200x24"
100100
101101 - name : Upload Test Results
102- uses : actions/upload-artifact@v4
102+ uses : actions/upload-artifact@v5
103103 if : always()
104104 with :
105105 name : test-results-${{ matrix.os }}
@@ -111,7 +111,7 @@ jobs:
111111 !test/projects/**/*
112112
113113 - name : Upload screenshots on failure
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v5
115115 if : failure()
116116 with :
117117 name : screenshots-${{ matrix.os }}
@@ -120,7 +120,7 @@ jobs:
120120 test/logs
121121
122122 - name : Upload Bazel JDT Language Server extension
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v5
124124 if : success() && matrix.os == 'ubuntu-latest'
125125 with :
126126 name : server
@@ -134,7 +134,7 @@ jobs:
134134 # needed for publishing test results from forks
135135 steps :
136136 - name : Upload
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 with :
139139 name : ci-event-file
140140 path : ${{ github.event_path }}
0 commit comments