Skip to content

Commit 6431e04

Browse files
ci(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#483)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7d5a04 commit 6431e04

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.1
293+
uses: actions/upload-artifact@v4.6.2
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.1
347+
uses: actions/upload-artifact@v4.6.2
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.1
354+
uses: actions/upload-artifact@v4.6.2
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.1
421+
uses: actions/upload-artifact@v4.6.2
422422
with:
423423
name: ${{ env.TARFILE }}
424424
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)