We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34f8cf8 + 6bd35c2 commit 62a74e0Copy full SHA for 62a74e0
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Pack
31
run: dotnet pack -c Release --no-build src/NetWintun
32
- name: Upload nupkg
33
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
34
with:
35
name: NetWintun-nupkg
36
path: src/NetWintun/bin/Release/NetWintun.*.nupkg
0 commit comments