From 767f282ec722c65a2dcdbed62f63d27670fe16ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:14:42 +0000 Subject: [PATCH] :arrow_up: Bump actions/upload-artifact from 3 to 4 (#77) --- .github/workflows/build-deps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deps.yml b/.github/workflows/build-deps.yml index 0099b7ea..8721014f 100644 --- a/.github/workflows/build-deps.yml +++ b/.github/workflows/build-deps.yml @@ -19,7 +19,7 @@ jobs: run: msbuild /p:Configuration=Release /m ror-dependencies.sln - name: Upload deps folder - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Dependencies_Windows path: Dependencies_Windows_Visual-Studio-16-2019 \ No newline at end of file