Skip to content

Commit f709c88

Browse files
committed
ci: remove NU5128 warning
1 parent 71c5960 commit f709c88

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: 📛 Upload hang- and crash-dumps on test failure
160160
if: success() || failure()
161-
uses: actions/upload-artifact@v3
161+
uses: actions/upload-artifact@v4
162162
with:
163163
if-no-files-found: ignore
164164
name: test-dumps

src/bunit/bunit.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<NoBuild>true</NoBuild>
55
<IncludeBuildOutput>false</IncludeBuildOutput>
66
<IncludeSymbols>false</IncludeSymbols>
7+
<NoWarn>$(NoWarn);NU5128</NoWarn>
78
</PropertyGroup>
89

910
<PropertyGroup>

0 commit comments

Comments
 (0)