From 509eb485b3dc8a0a27776b788e49165089ab05a2 Mon Sep 17 00:00:00 2001 From: shartte Date: Mon, 26 Feb 2024 20:35:32 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c090f0..10b783c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat" python -u build_package.py shell: cmd - - uses: actions/upload-artifact@master + - uses: actions/upload-artifact@v4 with: name: dependencies path: build\dependencies.7z