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