Skip to content

Commit 6fe66c8

Browse files
chore(deps): bump actions/upload-artifact from 4 to 6 (#3688)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0560baa commit 6fe66c8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build-skia-graphite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/build-skia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/ci-graphite.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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/

0 commit comments

Comments
 (0)