We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c5960 commit f709c88Copy full SHA for f709c88
.github/workflows/ci.yml
@@ -158,7 +158,7 @@ jobs:
158
159
- name: 📛 Upload hang- and crash-dumps on test failure
160
if: success() || failure()
161
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
162
with:
163
if-no-files-found: ignore
164
name: test-dumps
src/bunit/bunit.csproj
@@ -4,6 +4,7 @@
4
<NoBuild>true</NoBuild>
5
<IncludeBuildOutput>false</IncludeBuildOutput>
6
<IncludeSymbols>false</IncludeSymbols>
7
+ <NoWarn>$(NoWarn);NU5128</NoWarn>
8
</PropertyGroup>
9
10
<PropertyGroup>
0 commit comments