From 719987c1c60821b3f87a15928b1eda114efccce5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 12:11:00 +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 1ba5288..e1a0a52 100644 --- a/.github/workflows/BuildDeploy.yml +++ b/.github/workflows/BuildDeploy.yml @@ -61,7 +61,7 @@ jobs: env: NuGetApiKey: ${{ secrets.NUGET_API_KEY }} - name: 'Publish: output' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: output path: output