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 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 }}
You can’t perform that action at this time.
0 commit comments