File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
- name : Sign Nuget Package
52
52
run : nuget sign .\BrowserStackLocal\bin\Release\*.nupkg -certificatePath "${{ steps.createPfx.outputs.PFX_PATH }}" -certificatePassword "${{secrets.CERT_PASSWORD}}" -Timestamper "http://timestamp.comodoca.com"
53
53
- name : Save artifact
54
- uses : actions/upload-artifact@v2
54
+ uses : actions/upload-artifact@v4
55
55
with :
56
56
name : BrowserStackLocal.nupkg
57
57
path : .\BrowserStackLocal\BrowserStackLocal\bin\Release\*.nupkg
Original file line number Diff line number Diff line change 34
34
- name : Pack NuGet Package
35
35
run : msbuild BrowserStackLocal -t:pack -p:Configuration=Release
36
36
- name : Save artifact
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v4
38
38
with :
39
39
name : BrowserStackLocal.nupkg
40
40
path : .\BrowserStackLocal\BrowserStackLocal\bin\Release\*.nupkg
You can’t perform that action at this time.
0 commit comments