File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2828 uses : actions/setup-dotnet@v3
2929 with :
3030 dotnet-version : |-
31- 3.1.x
32- 5.0.x
33- 6.0.x
31+ 8.0.x
3432 - name : Install GitVersion
3533 uses :
gittools/actions/gitversion/[email protected] 3634 with :
@@ -51,15 +49,15 @@ jobs:
5149 run : dotnet list package > dependencies.txt
5250 shell : bash
5351 - name : Collect Dependencies
54- uses : actions/upload-artifact@v2
52+ uses : actions/upload-artifact@v4
5553 with :
5654 name : Dependencies
5755 path : dependencies.txt
5856 - name : List Dependency Updates
5957 run : dotnet list package --outdated > dependencyUpdates.txt
6058 shell : bash
6159 - name : Collect Dependency Updates
62- uses : actions/upload-artifact@v2
60+ uses : actions/upload-artifact@v4
6361 with :
6462 name : Dependencies Updates
6563 path : dependencyUpdates.txt
You can’t perform that action at this time.
0 commit comments