Skip to content

Commit 1b05ee9

Browse files
ci(deps): Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#48)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 090fec3 commit 1b05ee9

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
@@ -285,7 +285,7 @@ jobs:
285285
run: yarn typecheck
286286
- id: report
287287
name: Upload report
288-
uses: actions/[email protected].1
288+
uses: actions/[email protected].2
289289
with:
290290
name: |
291291
${{ format('typecheck-{0}-{1}-{2}.blob.json', env.TYPESCRIPT_VERSION, github.event.repository.name, env.SHA) }}
@@ -341,14 +341,14 @@ jobs:
341341
run: echo ${{ steps.test.outputs.coverage }}
342342
- id: report
343343
name: Upload report
344-
uses: actions/[email protected].1
344+
uses: actions/[email protected].2
345345
with:
346346
name: |
347347
${{ format('test-{0}-{1}-{2}.blob.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
348348
path: ${{ env.VITEST_REPORT }}
349349
- id: coverage-summary
350350
name: Upload coverage summary
351-
uses: actions/[email protected].1
351+
uses: actions/[email protected].2
352352
with:
353353
name: |
354354
${{ format('coverage-summary-{0}-{1}-{2}.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
@@ -415,7 +415,7 @@ jobs:
415415
run: attw ${{ env.TARFILE }}
416416
- id: archive
417417
name: Archive production artifacts
418-
uses: actions/[email protected].1
418+
uses: actions/[email protected].2
419419
with:
420420
name: ${{ env.TARFILE }}
421421
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)