Skip to content

Commit 8d34fcb

Browse files
ci(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#23)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c3804e commit 8d34fcb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
run: yarn typecheck
238238
- id: report
239239
name: Upload report
240-
uses: actions/upload-artifact@v6.0.0
240+
uses: actions/upload-artifact@v7.0.0
241241
with:
242242
name: ${{ format('{0}.typecheck.blob.json', env.SHA) }}
243243
path: ./.vitest-reports/typecheck.blob.json
@@ -285,13 +285,13 @@ jobs:
285285
filter: "'${{ env.PCT }}'"
286286
- id: report
287287
name: Upload report
288-
uses: actions/upload-artifact@v6.0.0
288+
uses: actions/upload-artifact@v7.0.0
289289
with:
290290
name: ${{ format('{0}.node{1}.blob.json', env.SHA, matrix.node-version) }}
291291
path: ./.vitest-reports/test.blob.json
292292
- id: coverage-summary
293293
name: Upload coverage summary
294-
uses: actions/upload-artifact@v6.0.0
294+
uses: actions/upload-artifact@v7.0.0
295295
with:
296296
name: ${{ format('{0}.node{1}.coverage.json', env.SHA, matrix.node-version) }}
297297
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@v6.0.0
367+
uses: actions/upload-artifact@v7.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@v6.0.0
373+
uses: actions/upload-artifact@v7.0.0
374374
with:
375375
name: ${{ format('{0}.bun-{1}.coverage.json', env.SHA, matrix.bun-version) }}
376376
path: ${{ env.COVERAGE_SUMMARY }}
@@ -460,7 +460,7 @@ jobs:
460460
run: attw ${{ steps.tarball.outputs.result }}
461461
- id: archive
462462
name: Archive production artifact
463-
uses: actions/upload-artifact@v6.0.0
463+
uses: actions/upload-artifact@v7.0.0
464464
with:
465465
name: ${{ steps.tarball.outputs.result }}
466466
path: ${{ steps.tarball.outputs.result }}

0 commit comments

Comments
 (0)