From 052c0aa7d9174e9722a4b8d8b3a99e778e277f27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:04:12 +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 92ff044..ff61e0a 100644 --- a/.github/workflows/BuildDeploy.yml +++ b/.github/workflows/BuildDeploy.yml @@ -53,7 +53,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