From 83fb78130c762940b357855ab5cc3a6f638fdba7 Mon Sep 17 00:00:00 2001 From: Nicola <61830443+nicola02nb@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:43:26 +0100 Subject: [PATCH] Update GitHub Actions to use upload-artifact@v4 (#394) --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 58075a2f..e059b2dc 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -27,7 +27,7 @@ jobs: cd build make test - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: headsetcontrol.exe path: build/headsetcontrol.exe