File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout
1313 uses : actions/checkout@v4
1414 - name : Setup .NET SDK
15- uses : actions/setup-dotnet@v3
15+ uses : actions/setup-dotnet@v4
1616 with :
1717 global-json-file : global.json
1818 - name : Setup node
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 - name : Setup .NET SDK
14- uses : actions/setup-dotnet@v3
14+ uses : actions/setup-dotnet@v4
1515 with :
1616 global-json-file : global.json
1717 - name : Write cert
3737 NUGET_API_KEY_PROD : ${{ secrets.NUGET_API_KEY_PROD }}
3838 run : .\publish-prod.ps1
3939 - name : Archive packages
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : artifacts
4343 path : artifacts
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 - name : Setup .NET SDK
14- uses : actions/setup-dotnet@v3
14+ uses : actions/setup-dotnet@v4
1515 with :
1616 global-json-file : global.json
1717 - name : Write cert
3737 NUGET_API_KEY_STAGE : ${{ secrets.NUGET_API_KEY_STAGE }}
3838 run : .\publish-stage.ps1
3939 - name : Archive packages
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : artifacts
4343 path : artifacts
You can’t perform that action at this time.
0 commit comments