Skip to content

Commit 1773cfb

Browse files
committed
ci: update actions/upload-artifact
1 parent c40b4bb commit 1773cfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet publish --configuration Release --output ./publish ./src/ImeWlConverterCmd
3030

3131
- name: Archive artifacts
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: Cmd
3535
path: ./publish

.github/workflows/winform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet publish --configuration Release --output ./publish "./src/IME WL Converter Win"
2525

2626
- name: Archive artifacts
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: WinFormApp
3030
path: ./publish

0 commit comments

Comments
 (0)