Skip to content

Commit 23ee880

Browse files
ci(deps): Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#280)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6532310 commit 23ee880

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
@@ -237,7 +237,7 @@ jobs:
237237
run: yarn typecheck
238238
- id: report
239239
name: Upload report
240-
uses: actions/upload-artifact@v5.0.0
240+
uses: actions/upload-artifact@v6.0.0
241241
with:
242242
name: ${{ format('{0}.typecheck.blob.json', env.SHA) }}
243243
path: ./.vitest-reports/typecheck.blob.json
@@ -289,13 +289,13 @@ jobs:
289289
filter: "'${{ env.PCT }}'"
290290
- id: report
291291
name: Upload report
292-
uses: actions/upload-artifact@v5.0.0
292+
uses: actions/upload-artifact@v6.0.0
293293
with:
294294
name: ${{ format('{0}.node{1}.blob.json', env.SHA, matrix.node-version) }}
295295
path: ./.vitest-reports/test.blob.json
296296
- id: coverage-summary
297297
name: Upload coverage summary
298-
uses: actions/upload-artifact@v5.0.0
298+
uses: actions/upload-artifact@v6.0.0
299299
with:
300300
name: ${{ format('{0}.node{1}.coverage.json', env.SHA, matrix.node-version) }}
301301
path: ${{ env.COVERAGE_SUMMARY }}
@@ -424,7 +424,7 @@ jobs:
424424
run: attw ${{ steps.tarball.outputs.result }}
425425
- id: archive
426426
name: Archive production artifact
427-
uses: actions/upload-artifact@v5.0.0
427+
uses: actions/upload-artifact@v6.0.0
428428
with:
429429
name: ${{ steps.tarball.outputs.result }}
430430
path: ${{ steps.tarball.outputs.result }}

0 commit comments

Comments
 (0)