@@ -64,13 +64,13 @@ jobs:
6464 - name : Run Android Instrumented Tests
6565 run : ./gradlew ${{ matrix.gradle_tasks }}
6666 - name : Upload Android test artifact
67- uses : actions/upload-artifact@v4
67+ uses : actions/upload-artifact@v5
6868 if : failure()
6969 with :
7070 name : Android ${{ env.ARCHIVE_KEY }} Test Report HTML
7171 path : " **/build/reports/androidTests/"
7272 - name : Upload Firebase Debug Log
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@v5
7474 if : failure()
7575 with :
7676 name : Android ${{ env.ARCHIVE_KEY }} Firebase Debug Log
9292 - name : Run JS Tests
9393 run : ./gradlew ${{ matrix.gradle_tasks }}
9494 - name : Upload JS test artifact
95- uses : actions/upload-artifact@v4
95+ uses : actions/upload-artifact@v5
9696 if : failure()
9797 with :
9898 name : JS ${{ env.ARCHIVE_KEY }} Test Report HTML
@@ -101,7 +101,7 @@ jobs:
101101 **/build/reports/tests/jsBrowserTest/
102102 **/build/reports/tests/jsNodeTest/
103103 - name : Upload Firebase Debug Log
104- uses : actions/upload-artifact@v4
104+ uses : actions/upload-artifact@v5
105105 if : failure()
106106 with :
107107 name : JS ${{ env.ARCHIVE_KEY }} Firebase Debug Log
@@ -134,13 +134,13 @@ jobs:
134134 - name : Run iOS Tests
135135 run : ./gradlew ${{ matrix.gradle_tasks }}
136136 - name : Upload iOS test artifact
137- uses : actions/upload-artifact@v4
137+ uses : actions/upload-artifact@v5
138138 if : failure()
139139 with :
140140 name : iOS ${{ env.ARCHIVE_KEY }} Test Report HTML
141141 path : " **/build/reports/tests/iosSimulatorArm64Test/"
142142 - name : Upload Firebase Debug Log
143- uses : actions/upload-artifact@v4
143+ uses : actions/upload-artifact@v5
144144 if : failure()
145145 with :
146146 name : iOS ${{ env.ARCHIVE_KEY }} Firebase Debug Log
@@ -173,13 +173,13 @@ jobs:
173173 - name : Run macOS Tests
174174 run : ./gradlew ${{ matrix.gradle_tasks }}
175175 - name : Upload macOS test artifact
176- uses : actions/upload-artifact@v4
176+ uses : actions/upload-artifact@v5
177177 if : failure()
178178 with :
179179 name : macOS ${{ env.ARCHIVE_KEY }} Test Report HTML
180180 path : " **/build/reports/tests/macosArm64Test/"
181181 - name : Upload Firebase Debug Log
182- uses : actions/upload-artifact@v4
182+ uses : actions/upload-artifact@v5
183183 if : failure()
184184 with :
185185 name : macOS ${{ env.ARCHIVE_KEY }} Firebase Debug Log
@@ -212,13 +212,13 @@ jobs:
212212 - name : Run tvOS Tests
213213 run : ./gradlew ${{ matrix.gradle_tasks }}
214214 - name : Upload tvOS test artifact
215- uses : actions/upload-artifact@v4
215+ uses : actions/upload-artifact@v5
216216 if : failure()
217217 with :
218218 name : tvOS ${{ env.ARCHIVE_KEY }} Test Report HTML
219219 path : " **/build/reports/tests/tvosArm64Test/"
220220 - name : Upload Firebase Debug Log
221- uses : actions/upload-artifact@v4
221+ uses : actions/upload-artifact@v5
222222 if : failure()
223223 with :
224224 name : tvOS ${{ env.ARCHIVE_KEY }} Firebase Debug Log
@@ -240,14 +240,14 @@ jobs:
240240 - name : Run JVM Tests
241241 run : ./gradlew ${{ matrix.gradle_tasks }}
242242 - name : Upload JVM test artifact
243- uses : actions/upload-artifact@v4
243+ uses : actions/upload-artifact@v5
244244 if : failure()
245245 with :
246246 name : JVM ${{ env.ARCHIVE_KEY }} Test Report HTML
247247 path : |
248248 **/build/reports/tests/jvmTest/
249249 - name : Upload Firebase Debug Log
250- uses : actions/upload-artifact@v4
250+ uses : actions/upload-artifact@v5
251251 if : failure()
252252 with :
253253 name : JVM ${{ env.ARCHIVE_KEY }} Firebase Debug Log
0 commit comments