Skip to content

Commit 2bcb6d8

Browse files
ci(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#142)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77bd0c1 commit 2bcb6d8

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
@@ -290,7 +290,7 @@ jobs:
290290
run: yarn typecheck
291291
- id: report
292292
name: Upload report
293-
uses: actions/upload-artifact@v4.6.2
293+
uses: actions/upload-artifact@v5.0.0
294294
with:
295295
name: |
296296
${{ format('typecheck-{0}-{1}-{2}.blob.json', env.TYPESCRIPT_VERSION, github.event.repository.name, env.SHA) }}
@@ -344,14 +344,14 @@ jobs:
344344
run: echo ${{ steps.test.outputs.coverage }}
345345
- id: report
346346
name: Upload report
347-
uses: actions/upload-artifact@v4.6.2
347+
uses: actions/upload-artifact@v5.0.0
348348
with:
349349
name: |
350350
${{ format('test-{0}-{1}-{2}.blob.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
351351
path: ${{ env.VITEST_REPORT }}
352352
- id: coverage-summary
353353
name: Upload coverage summary
354-
uses: actions/upload-artifact@v4.6.2
354+
uses: actions/upload-artifact@v5.0.0
355355
with:
356356
name: |
357357
${{ format('coverage-summary-{0}-{1}-{2}.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
@@ -418,7 +418,7 @@ jobs:
418418
run: attw ${{ env.TARFILE }}
419419
- id: archive
420420
name: Archive production artifacts
421-
uses: actions/upload-artifact@v4.6.2
421+
uses: actions/upload-artifact@v5.0.0
422422
with:
423423
name: ${{ env.TARFILE }}
424424
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)