Skip to content

Commit a24b535

Browse files
committed
Update GitHub Actions to use upload-artifact@v4
1 parent 343d071 commit a24b535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cd build
2828
make test
2929
- name: Upload artifact
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: headsetcontrol.exe
3333
path: build/headsetcontrol.exe

0 commit comments

Comments
 (0)