Skip to content

Commit b364377

Browse files
committed
Fixed build workflow.
1 parent aea6382 commit b364377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Build
1616
run: msbuild -property:Configuration=Release
1717
- name: Upload Artifact
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: target
2121
path: target/dist

0 commit comments

Comments
 (0)