We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c42fff + 7b00f14 commit 146a34cCopy full SHA for 146a34c
1 file changed
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Create NuGet Package
41
run: nuget.exe pack NHtmlUnit.nuspec -Verbosity detailed -Symbols -Properties Configuration=Release -Version ${{ steps.gitversion.outputs.nuGetVersion }}
42
43
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
44
with:
45
name: NHtmlUnit.nupkg
46
path: '*.nupkg'
0 commit comments