Skip to content

Commit

Permalink
Upgrade build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalBrylka committed Aug 8, 2024
1 parent 3c529f4 commit 9a50bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
needs: [ create_nuget, run_test ]
steps:
- name: ⬇️ download packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget
path: ${{ env.NuGetDirectory }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" />

<PackageReference Include="MinVer" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Nemesis.TextParsers\Nemesis.TextParsers.csproj" />
Expand Down

0 comments on commit 9a50bf7

Please sign in to comment.