File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 fetch-depth : 0
2828 - name : Setup .NET
29- uses : actions/setup-dotnet@v3
29+ uses : actions/setup-dotnet@v4
3030 with :
3131 dotnet-version : |
3232 6.0.x
@@ -47,12 +47,12 @@ jobs:
4747#
4848 - name : Upload artifacts
4949 if : matrix.os == 'ubuntu-latest'
50- uses : actions/upload-artifact@v3
50+ uses : actions/upload-artifact@v4
5151 with :
5252 name : artifacts
5353 path : ./artifacts
5454 - name : Upload test results
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v4
5656 with :
5757 name : test-results-${{ matrix.os }}
5858 path : ./test-results
@@ -66,12 +66,13 @@ jobs:
6666 name : Deploy Testing
6767 steps :
6868 - name : Setup .NET
69- uses : actions/setup-dotnet@v3
69+ uses : actions/setup-dotnet@v4
7070 with :
7171 dotnet-version : |
72+ 6.0.x
7273 8.0.x
7374 - name : Download artifacts
74- uses : actions/download-artifact@v3
75+ uses : actions/download-artifact@v4
7576 with :
7677 name : artifacts
7778 path : ./artifacts
@@ -88,12 +89,13 @@ jobs:
8889 name : Deploy Production
8990 steps :
9091 - name : Setup .NET
91- uses : actions/setup-dotnet@v3
92+ uses : actions/setup-dotnet@v4
9293 with :
9394 dotnet-version : |
95+ 6.0.x
9496 8.0.x
9597 - name : Download artifacts
96- uses : actions/download-artifact@v3
98+ uses : actions/download-artifact@v4
9799 with :
98100 name : artifacts
99101 path : ./artifacts
You can’t perform that action at this time.
0 commit comments