Skip to content

Commit 60bacd0

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

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) }}
@@ -339,14 +339,14 @@ jobs:
339339
run: echo ${{ steps.test.outputs.coverage }}
340340
- id: report
341341
name: Upload report
342-
uses: actions/[email protected].1
342+
uses: actions/[email protected].2
343343
with:
344344
name: |
345345
${{ format('test-{0}-{1}-{2}.blob.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
346346
path: ${{ env.VITEST_REPORT }}
347347
- id: coverage-summary
348348
name: Upload coverage summary
349-
uses: actions/[email protected].1
349+
uses: actions/[email protected].2
350350
with:
351351
name: |
352352
${{ format('coverage-summary-{0}-{1}-{2}.json', env.NODE_VERSION, github.event.repository.name, env.SHA) }}
@@ -413,7 +413,7 @@ jobs:
413413
run: attw ${{ env.TARFILE }}
414414
- id: archive
415415
name: Archive production artifacts
416-
uses: actions/[email protected].1
416+
uses: actions/[email protected].2
417417
with:
418418
name: ${{ env.TARFILE }}
419419
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)