Skip to content

Commit

Permalink
Update a few more references
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuijben committed Apr 12, 2024
1 parent ef99e40 commit 9479ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ jobs:
run: cmd.exe /C build\scripts\gh-build-nuget.cmd

- name: Package nupkg files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: nupkg-files
path: build/nuspec/bin/*.nupkg

- name: Package pdb files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: pdb-files
path: |
Expand Down
2 changes: 1 addition & 1 deletion src/SharpProj.Tests/SharpProj.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MSTest" Version="3.2.0" />
<PackageReference Include="MSTest" Version="3.3.1" />
<PackageReference Include="SharpProj.Database" Version="9.4.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 9479ad7

Please sign in to comment.