Skip to content

Commit 12ddddc

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

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@v6.0.0
241+
uses: actions/upload-artifact@v7.0.0
242242
with:
243243
name: ${{ format('{0}.typecheck.blob.json', env.SHA) }}
244244
path: ./.vitest-reports/typecheck.blob.json
@@ -284,13 +284,13 @@ jobs:
284284
filter: "'${{ env.PCT }}'"
285285
- id: report
286286
name: Upload report
287-
uses: actions/upload-artifact@v6.0.0
287+
uses: actions/upload-artifact@v7.0.0
288288
with:
289289
name: ${{ format('{0}.node{1}.blob.json', env.SHA, matrix.node-version) }}
290290
path: ./.vitest-reports/test.blob.json
291291
- id: coverage-summary
292292
name: Upload coverage summary
293-
uses: actions/upload-artifact@v6.0.0
293+
uses: actions/upload-artifact@v7.0.0
294294
with:
295295
name: ${{ format('{0}.node{1}.coverage.json', env.SHA, matrix.node-version) }}
296296
path: ${{ env.COVERAGE_SUMMARY }}
@@ -362,13 +362,13 @@ jobs:
362362
filter: "'${{ env.PCT }}'"
363363
- id: report
364364
name: Upload report
365-
uses: actions/upload-artifact@v6.0.0
365+
uses: actions/upload-artifact@v7.0.0
366366
with:
367367
name: ${{ format('{0}.bun-{1}.blob.json', env.SHA, matrix.bun-version) }}
368368
path: ./.vitest-reports/test.blob.json
369369
- id: coverage-summary
370370
name: Upload coverage summary
371-
uses: actions/upload-artifact@v6.0.0
371+
uses: actions/upload-artifact@v7.0.0
372372
with:
373373
name: ${{ format('{0}.bun-{1}.coverage.json', env.SHA, matrix.bun-version) }}
374374
path: ${{ env.COVERAGE_SUMMARY }}
@@ -457,7 +457,7 @@ jobs:
457457
run: attw ${{ steps.tarball.outputs.result }}
458458
- id: archive
459459
name: Archive production artifact
460-
uses: actions/upload-artifact@v6.0.0
460+
uses: actions/upload-artifact@v7.0.0
461461
with:
462462
name: ${{ steps.tarball.outputs.result }}
463463
path: ${{ steps.tarball.outputs.result }}

0 commit comments

Comments
 (0)