Skip to content

Commit

Permalink
Merge pull request #24 from bogoware/MrBogomips-patch-1
Browse files Browse the repository at this point in the history
Update publish.yml
  • Loading branch information
MrBogomips authored Sep 12, 2024
2 parents 8ad297f + a0b7bce commit b139274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: dotnet pack src/Monads --output ${{ env.NuGetDirectory }} -c Release

# Publish the NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nuget
if-no-files-found: error
Expand All @@ -64,7 +64,7 @@ jobs:
uses: actions/setup-dotnet@v3

# Download the NuGet package created in the previous job
- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v4
with:
name: nuget
path: ${{ env.NuGetDirectory }}
Expand Down

0 comments on commit b139274

Please sign in to comment.