diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index daa7ec0..bc9a6a6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: - name: Pack Nuget run: dotnet pack TypeGuesser/TypeGuesser.csproj -o dist -c Release --include-source -p:PackageVersion=$(fgrep AssemblyFileVersion SharedAssemblyInfo.cs |cut -d'"' -f2) - name: Store created nupkg files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: dist/*.nupkg retention-days: 1