Skip to content

Commit 510db6d

Browse files
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#20)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf5e9e5 commit 510db6d

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
@@ -286,13 +286,13 @@ jobs:
286286
filter: "'${{ env.PCT }}'"
287287
- id: report
288288
name: Upload report
289-
uses: actions/upload-artifact@v5.0.0
289+
uses: actions/upload-artifact@v6.0.0
290290
with:
291291
name: ${{ format('{0}.node{1}.blob.json', env.SHA, matrix.node-version) }}
292292
path: ./.vitest-reports/test.blob.json
293293
- id: coverage-summary
294294
name: Upload coverage summary
295-
uses: actions/upload-artifact@v5.0.0
295+
uses: actions/upload-artifact@v6.0.0
296296
with:
297297
name: ${{ format('{0}.node{1}.coverage.json', env.SHA, matrix.node-version) }}
298298
path: ${{ env.COVERAGE_SUMMARY }}
@@ -364,13 +364,13 @@ jobs:
364364
filter: "'${{ env.PCT }}'"
365365
- id: report
366366
name: Upload report
367-
uses: actions/upload-artifact@v5.0.0
367+
uses: actions/upload-artifact@v6.0.0
368368
with:
369369
name: ${{ format('{0}.bun-{1}.blob.json', env.SHA, matrix.bun-version) }}
370370
path: ./.vitest-reports/test.blob.json
371371
- id: coverage-summary
372372
name: Upload coverage summary
373-
uses: actions/upload-artifact@v5.0.0
373+
uses: actions/upload-artifact@v6.0.0
374374
with:
375375
name: ${{ format('{0}.bun-{1}.coverage.json', env.SHA, matrix.bun-version) }}
376376
path: ${{ env.COVERAGE_SUMMARY }}
@@ -459,7 +459,7 @@ jobs:
459459
run: attw ${{ steps.tarball.outputs.result }}
460460
- id: archive
461461
name: Archive production artifact
462-
uses: actions/upload-artifact@v5.0.0
462+
uses: actions/upload-artifact@v6.0.0
463463
with:
464464
name: ${{ steps.tarball.outputs.result }}
465465
path: ${{ steps.tarball.outputs.result }}

0 commit comments

Comments
 (0)