From 59eace5fa2fbaada9260e074e49dcbf5772f2bc0 Mon Sep 17 00:00:00 2001 From: Christopher Law <48627842+gentoorax@users.noreply.github.com> Date: Wed, 5 Feb 2025 15:10:21 +0000 Subject: [PATCH] Update adoscope-reusable-build.yaml Update deprecated arefacts action --- .github/workflows/adoscope-reusable-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adoscope-reusable-build.yaml b/.github/workflows/adoscope-reusable-build.yaml index 0210d90..32e68cd 100644 --- a/.github/workflows/adoscope-reusable-build.yaml +++ b/.github/workflows/adoscope-reusable-build.yaml @@ -61,7 +61,7 @@ jobs: run: dotnet pack --no-restore --configuration Release --output ${{ env.NuGetDirectoryWin }} - name: Upload Nuget Package Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Promethix.Framework.Ado.NuGet.${{ inputs.buildVersion }} if-no-files-found: error