Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-es-ir authored Dec 16, 2024
1 parent 600352b commit e169373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
dotnet pack src/DotNet.RateLimiter/DotNet.RateLimiter.csproj -p:PackageVersion=${{ github.event.inputs.versionIncrement }} -c Release
- name: Upload NuGet package to GitHub
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nugetPackage
path: src/DotNet.RateLimiter/bin/Release/
Expand All @@ -63,7 +63,7 @@ jobs:
steps:
#Push NuGet package to GitHub packages
- name: Download nuget package artifact
uses: actions/download-artifact@v1.0.0
uses: actions/download-artifact@v4
with:
name: nugetPackage
- name: Prep packages
Expand Down

0 comments on commit e169373

Please sign in to comment.