File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 ${{ matrix.strip_tool }} ${{ matrix.output_dir }}/${{ matrix.library_path }}
127127
128128 - name : Upload build artifacts
129- uses : actions/upload-artifact@v5
129+ uses : actions/upload-artifact@v6
130130 with :
131131 name : build-android-${{ matrix.arch }}
132132 path : ${{ matrix.output_dir }}/${{ matrix.library_path }}
@@ -138,7 +138,7 @@ jobs:
138138
139139 - name : Upload headers (from arm64-v8a build only)
140140 if : matrix.arch == 'arm64-v8a'
141- uses : actions/upload-artifact@v5
141+ uses : actions/upload-artifact@v6
142142 with :
143143 name : dawn-headers
144144 path : dawn-headers/
@@ -203,7 +203,7 @@ jobs:
203203 -DCMAKE_BUILD_TYPE=Release
204204 ninja -C ${{ matrix.output_dir }}
205205 - name : Upload build artifacts
206- uses : actions/upload-artifact@v5
206+ uses : actions/upload-artifact@v6
207207 with :
208208 name : build-${{ matrix.platform }}-${{ matrix.arch }}
209209 path : ${{ matrix.output_dir }}/${{ matrix.library_path }}
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 key : apk-graphite-${{ github.sha }}
102102
103103 - name : Upload Android APK artifact
104- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
104+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
105105 with :
106106 name : android-example-apk-graphite
107107 path : apps/example/android/app/build/outputs/apk/debug/app-debug.apk
@@ -171,13 +171,13 @@ jobs:
171171 # Run tests
172172 cd packages/skia && CI=true yarn test -i e2e/Path --testPathIgnorePatterns Paragraphs
173173
174- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
174+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
175175 if : failure()
176176 with :
177177 path : packages/skia/src/__tests__/snapshots/
178178 name : tests-snapshots-screenshots
179179
180- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
180+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
181181 if : failure()
182182 with :
183183 path : apps/docs/static/
Original file line number Diff line number Diff line change 9595 run : yarn pack
9696
9797 - name : Upload package artifact
98- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
98+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
9999 with :
100100 name : package-tgz
101101 path : packages/skia/package.tgz
@@ -216,7 +216,7 @@ jobs:
216216 key : apk-${{ github.sha }}
217217
218218 - name : Upload Android APK artifact
219- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
219+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
220220 with :
221221 name : android-example-apk
222222 path : apps/example/android/app/build/outputs/apk/debug/app-debug.apk
@@ -285,13 +285,13 @@ jobs:
285285 # Run tests
286286 cd packages/skia && CI=true yarn e2e --testPathIgnorePatterns Paragraphs
287287
288- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
288+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
289289 if : failure()
290290 with :
291291 path : packages/skia/src/__tests__/snapshots/
292292 name : tests-snapshots-screenshots
293293
294- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
294+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
295295 if : failure()
296296 with :
297297 path : apps/docs/static/
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178
179179 - name : Upload screenshot
180180 if : always()
181- uses : actions/upload-artifact@v5
181+ uses : actions/upload-artifact@v6
182182 with :
183183 name : ios-simulator-screenshot-${{ github.run_id }}
184184 path : /Users/runner/skia-test-screenshot-ios.png
@@ -347,7 +347,7 @@ jobs:
347347
348348 - name : Upload screenshot
349349 if : always()
350- uses : actions/upload-artifact@v5
350+ uses : actions/upload-artifact@v6
351351 with :
352352 name : android-emulator-screenshot-${{ github.run_id }}
353353 path : /Users/runner/skia-test-screenshot-android.png
@@ -480,7 +480,7 @@ jobs:
480480
481481 - name : Upload screenshot
482482 if : always()
483- uses : actions/upload-artifact@v5
483+ uses : actions/upload-artifact@v6
484484 with :
485485 name : web-screenshot-${{ github.run_id }}
486486 path : /Users/runner/skia-test-screenshot-web.png
You can’t perform that action at this time.
0 commit comments