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 @@ -41,13 +41,13 @@ jobs:
41
41
uses :
Particular/[email protected]
42
42
# Upload assets and packages
43
43
- name : Upload assets
44
- uses : actions/upload-artifact@v4.4.3
44
+ uses : actions/upload-artifact@v4.5.0
45
45
with :
46
46
name : Assets
47
47
path : src/ServicePulse.Host/bin/Release/
48
48
retention-days : 7
49
49
- name : Upload packages
50
- uses : actions/upload-artifact@v4.4.3
50
+ uses : actions/upload-artifact@v4.5.0
51
51
with :
52
52
name : NuGet packages
53
53
path : nugets/
Original file line number Diff line number Diff line change 67
67
run : dotnet build src/Setup --configuration Release
68
68
# Upload artifacts
69
69
- name : Publish artifacts
70
- uses : actions/upload-artifact@v4.4.3
70
+ uses : actions/upload-artifact@v4.5.0
71
71
with :
72
72
name : artifacts
73
73
path : |
You can’t perform that action at this time.
0 commit comments