Skip to content

Commit 55fb594

Browse files
ci(deps): bump actions/upload-artifact from 5.0.0 to 6.0.0 (#356)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b89a46 commit 55fb594

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
@@ -227,7 +227,7 @@ jobs:
227227
run: bun run typecheck
228228
- id: report
229229
name: Upload report
230-
uses: actions/upload-artifact@v5.0.0
230+
uses: actions/upload-artifact@v6.0.0
231231
with:
232232
name: |
233233
${{ format('typecheck-{0}-{1}-{2}.blob.json', needs.preflight.outputs.version-typescript, github.event.repository.name, env.SHA) }}
@@ -270,13 +270,13 @@ jobs:
270270
run: echo ${{ steps.test.outputs.coverage }}
271271
- id: report
272272
name: Upload report
273-
uses: actions/upload-artifact@v5.0.0
273+
uses: actions/upload-artifact@v6.0.0
274274
with:
275275
name: ${{ format('test-{0}-{1}.blob.json', github.event.repository.name, env.SHA) }}
276276
path: ${{ env.VITEST_REPORT }}
277277
- id: coverage-summary
278278
name: Upload coverage summary
279-
uses: actions/upload-artifact@v5.0.0
279+
uses: actions/upload-artifact@v6.0.0
280280
with:
281281
name: |
282282
${{ format('coverage-summary-{0}-{1}.json', github.event.repository.name, env.SHA) }}
@@ -324,7 +324,7 @@ jobs:
324324
run: bun pm pack --filename ${{ env.TARFILE }}
325325
- id: archive
326326
name: Archive production artifacts
327-
uses: actions/upload-artifact@v5.0.0
327+
uses: actions/upload-artifact@v6.0.0
328328
with:
329329
name: ${{ env.TARFILE }}
330330
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)