Skip to content

Commit 9b7ee04

Browse files
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#345)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5138c85 commit 9b7ee04

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
run: yarn typecheck
239239
- id: report
240240
name: Upload report
241-
uses: actions/upload-artifact@v5.0.0
241+
uses: actions/upload-artifact@v6.0.0
242242
with:
243243
name: ${{ format('{0}.typecheck.blob.json', env.SHA) }}
244244
path: ./.vitest-reports/typecheck.blob.json
@@ -289,13 +289,13 @@ jobs:
289289
filter: "'${{ env.PCT }}'"
290290
- id: report
291291
name: Upload report
292-
uses: actions/upload-artifact@v5.0.0
292+
uses: actions/upload-artifact@v6.0.0
293293
with:
294294
name: ${{ format('{0}.node{1}.blob.json', env.SHA, matrix.node-version) }}
295295
path: ./.vitest-reports/test.blob.json
296296
- id: coverage-summary
297297
name: Upload coverage summary
298-
uses: actions/upload-artifact@v5.0.0
298+
uses: actions/upload-artifact@v6.0.0
299299
with:
300300
name: ${{ format('{0}.node{1}.coverage.json', env.SHA, matrix.node-version) }}
301301
path: ${{ env.COVERAGE_SUMMARY }}
@@ -370,13 +370,13 @@ jobs:
370370
filter: "'${{ env.PCT }}'"
371371
- id: report
372372
name: Upload report
373-
uses: actions/upload-artifact@v5.0.0
373+
uses: actions/upload-artifact@v6.0.0
374374
with:
375375
name: ${{ format('{0}.bun-{1}.blob.json', env.SHA, matrix.bun-version) }}
376376
path: ./.vitest-reports/test.blob.json
377377
- id: coverage-summary
378378
name: Upload coverage summary
379-
uses: actions/upload-artifact@v5.0.0
379+
uses: actions/upload-artifact@v6.0.0
380380
with:
381381
name: ${{ format('{0}.bun-{1}.coverage.json', env.SHA, matrix.bun-version) }}
382382
path: ${{ env.COVERAGE_SUMMARY }}
@@ -465,7 +465,7 @@ jobs:
465465
run: attw ${{ steps.tarball.outputs.result }}
466466
- id: archive
467467
name: Archive production artifact
468-
uses: actions/upload-artifact@v5.0.0
468+
uses: actions/upload-artifact@v6.0.0
469469
with:
470470
name: ${{ steps.tarball.outputs.result }}
471471
path: ${{ steps.tarball.outputs.result }}

0 commit comments

Comments
 (0)