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 @@ -44,13 +44,13 @@ jobs:
4444 uses :
Particular/[email protected] 4545 # Upload assets and packages
4646 - name : Upload assets
47- uses : actions/upload-artifact@v4.6.2
47+ uses : actions/upload-artifact@v5.0.0
4848 with :
4949 name : Assets
5050 path : src/ServicePulse.Host/bin/Release/
5151 retention-days : 7
5252 - name : Upload packages
53- uses : actions/upload-artifact@v4.6.2
53+ uses : actions/upload-artifact@v5.0.0
5454 with :
5555 name : NuGet packages
5656 path : nugets/
Original file line number Diff line number Diff line change 6868 run : dotnet build src/Setup --configuration Release
6969 # Upload artifacts
7070 - name : Publish artifacts
71- uses : actions/upload-artifact@v4.6.2
71+ uses : actions/upload-artifact@v5.0.0
7272 with :
7373 name : artifacts
7474 path : |
You can’t perform that action at this time.
0 commit comments