Skip to content

Commit 8a3551c

Browse files
Update Build.yml
V2 was deprecated and would now always fail, update to V4 to continue functioning.
1 parent fa617b8 commit 8a3551c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
path: BabbleApp
2121

22-
- uses: actions/upload-artifact@v2
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: BabbleApp
25-
path: BabbleApp/dist/windows
25+
path: BabbleApp/dist/windows

0 commit comments

Comments
 (0)