File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223223
224224 - name : Upload binaries as workflow artifact (dry run) - ${{ matrix.artifact_name }}
225225 if : ${{ github.event.inputs.dry_run == 'true' }}
226- uses : actions/upload-artifact@v4
226+ uses : actions/upload-artifact@v6
227227 with :
228228 name : ${{ matrix.artifact_name }}
229229 path : ${{ steps.package.outputs.asset_path }}
@@ -268,7 +268,7 @@ jobs:
268268
269269 - name : Upload Graphite Headers as workflow artifact (dry run)
270270 if : ${{ matrix.target == 'apple-ios' && github.event.inputs.dry_run == 'true' }}
271- uses : actions/upload-artifact@v4
271+ uses : actions/upload-artifact@v6
272272 with :
273273 name : skia-graphite-headers
274274 path : ${{ steps.package_headers.outputs.asset_path }}
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174
175175 - name : Upload binaries as workflow artifact (dry run) - ${{ matrix.artifact_name }}
176176 if : ${{ github.event.inputs.dry_run == 'true' }}
177- uses : actions/upload-artifact@v4
177+ uses : actions/upload-artifact@v6
178178 with :
179179 name : ${{ matrix.artifact_name }}
180180 path : ${{ steps.package.outputs.asset_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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
104+ uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
174+ - uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
180+ - uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
98+ uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
219+ uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
288+ - uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # 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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
294+ - uses : actions/upload-artifact@47309c993abb98030a35d55ef7ff34b7fa1074b5 # v6.0.0
295295 if : failure()
296296 with :
297297 path : apps/docs/static/
You can’t perform that action at this time.
0 commit comments