File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 working-directory : ./src/EPiServer.ContentDelivery.NodeProxy
5151 run : dotnet pack --no-build --configuration $env:buildConfiguration --version-suffix $env:versionSuffix
5252 - name : Archive packages
53- uses : actions/upload-artifact@v2
53+ uses : actions/upload-artifact@v4
5454 with :
5555 name : packages
5656 path : artifacts/**/*.nupkg
6565 DOTNET_NOLOGO : 1
6666 steps :
6767 - name : Download artifacts
68- uses : actions/download-artifact@v2
68+ uses : actions/download-artifact@v4
6969 with :
7070 name : packages
7171 - name : Publish to Github Packages
Original file line number Diff line number Diff line change 2626 working-directory : ./src/EPiServer.ContentDelivery.NodeProxy
2727 run : dotnet pack --no-build --configuration $env:buildConfiguration
2828 - name : Archive packages
29- uses : actions/upload-artifact@v2
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : packages
3232 path : artifacts/**/*.nupkg
You can’t perform that action at this time.
0 commit comments