Skip to content

Commit e7e7f92

Browse files
chore(deps): update actions/upload-artifact action to v4
1 parent d5a5fcb commit e7e7f92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pnpm run test.lint
6363
6464
- name: Upload Dist
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: dist
6868
path: |
@@ -126,7 +126,7 @@ jobs:
126126
pnpm run pack.exe
127127
128128
- name: Upload Executables
129-
uses: actions/upload-artifact@v3
129+
uses: actions/upload-artifact@v4
130130
with:
131131
name: exe
132132
path: |

0 commit comments

Comments
 (0)