Skip to content

Commit 146a34c

Browse files
authored
Merge pull request #54 from HtmlUnit/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 9c42fff + 7b00f14 commit 146a34c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Create NuGet Package
4141
run: nuget.exe pack NHtmlUnit.nuspec -Verbosity detailed -Symbols -Properties Configuration=Release -Version ${{ steps.gitversion.outputs.nuGetVersion }}
4242

43-
- uses: actions/upload-artifact@v2
43+
- uses: actions/upload-artifact@v3
4444
with:
4545
name: NHtmlUnit.nupkg
4646
path: '*.nupkg'

0 commit comments

Comments
 (0)