We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 146a34c + 0c581fb commit e59bf1aCopy full SHA for e59bf1a
1 file changed
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
if: startsWith(github.ref, 'refs/tags/') # Only release tagged commits
52
53
steps:
54
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v3
55
with:
56
name: NHtmlUnit.nupkg
57
@@ -68,7 +68,7 @@ jobs:
68
if: startsWith(github.ref, 'refs/tags/') # Only publish tagged commits
69
70
71
72
73
74
0 commit comments