File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 - name : Pack
2525 run : dotnet pack BiMap.csproj --configuration Release --output nuget-packages
2626 - name : Upload NuGet Package
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : nuget-package
3030 path : nuget-packages/*.nupkg
3535 if : github.event_name == 'release'
3636 steps :
3737 - name : Download NuGet Package
38- uses : actions/download-artifact@v3
38+ uses : actions/download-artifact@v4
3939 with :
4040 name : nuget-package
4141 path : nuget-packages
Original file line number Diff line number Diff line change 55 <TargetFramework >netstandard2.0</TargetFramework >
66 <Authors >Taha Zahit Hakyemez</Authors >
77 <Description >Thread-safe, high-performance generic bidirectional map for .NET (BiMap). Supports O(1) lookups in both directions.</Description >
8- <PackageReleaseNotes >Fix deployment workflow: Use build artifacts to ensure packaging consistency .</PackageReleaseNotes >
8+ <PackageReleaseNotes >Fix deployment workflow: Upgrade to artifacts v4 actions to resolve deprecation failure .</PackageReleaseNotes >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10- <Version >2.0.3 </Version >
10+ <Version >2.0.4 </Version >
1111 <RepositoryUrl >https://github.com/TahaZahit/BiMap</RepositoryUrl >
1212 <RepositoryType >git</RepositoryType >
1313 <PackageProjectUrl >https://github.com/TahaZahit/BiMap</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments