tylersong 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -73,7 +73,7 @@ jobs:
73
73
  run: bun run build:bun
74
74
 
75
75
  - name: 빌드 결과물 업로드
76
- uses: actions/upload-artifact@v3
76
+ uses: actions/upload-artifact@v4
77
77
  with:
78
78
  name: dist
79
79
  path: dist/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tylersong",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "나의 CLI 자기소개 도구",
5
5
  "main": "dist/index.js",
6
6
  "bin": {