Skip to content

Commit 4e251c3

Browse files
ci(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#612)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aeeca6 commit 4e251c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
run: yarn typecheck
292292
- id: report
293293
name: Upload report
294-
uses: actions/upload-artifact@v4.6.2
294+
uses: actions/upload-artifact@v5.0.0
295295
with:
296296
name: |
297297
${{ format('typecheck-{0}-{1}-{2}.blob.json', env.TYPESCRIPT_VERSION, github.event.repository.name, env.SHA) }}
@@ -345,14 +345,14 @@ jobs:
345345
run: echo ${{ steps.test.outputs.coverage }}
346346
- id: report
347347
name: Upload report
348-
uses: actions/upload-artifact@v4.6.2
348+
uses: actions/upload-artifact@v5.0.0
349349
with:
350350
name: |
351351
${{ format('test-{0}-{1}-{2}.blob.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
352352
path: ${{ env.VITEST_REPORT }}
353353
- id: coverage-summary
354354
name: Upload coverage summary
355-
uses: actions/upload-artifact@v4.6.2
355+
uses: actions/upload-artifact@v5.0.0
356356
with:
357357
name: |
358358
${{ format('coverage-summary-{0}-{1}-{2}.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
@@ -419,7 +419,7 @@ jobs:
419419
run: attw ${{ env.TARFILE }}
420420
- id: archive
421421
name: Archive production artifacts
422-
uses: actions/upload-artifact@v4.6.2
422+
uses: actions/upload-artifact@v5.0.0
423423
with:
424424
name: ${{ env.TARFILE }}
425425
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)