From 26844c51d4db7f69b06a6514742990438ebe6314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 07:38:39 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/BuildDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildDeploy.yml b/.github/workflows/BuildDeploy.yml index 2533eec..f11e831 100644 --- a/.github/workflows/BuildDeploy.yml +++ b/.github/workflows/BuildDeploy.yml @@ -55,7 +55,7 @@ jobs: NuGetApiKey: ${{ secrets.NUGET_API_KEY }} - name: 'Publish: output' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: output