Skip to content

Commit d3cb5e9

Browse files
author
Taha Zahit Hakyemez
committed
Upgrade CI/CD artifact actions to v4 and bump version to 2.0.4
1 parent e96e634 commit d3cb5e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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

BiMap/BiMap.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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>

0 commit comments

Comments
 (0)