@@ -13,19 +13,19 @@ jobs:
1313 TERM : xterm
1414 DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION : 1
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : ' Cache: ~/.nuget/packages'
20- uses : actions/cache@v4
20+ uses : actions/cache@v5
2121 with :
2222 path : |
2323 ~/.nuget/packages
2424 key : ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
2525 - name : ' Build with target: Pack'
2626 run : ./build.cmd -t pack
2727 - name : ' Publish: coverage_report'
28- uses : actions/upload-artifact@v4
28+ uses : actions/upload-artifact@v7
2929 with :
3030 name : coverage-report-linux
3131 path : .tests/coverage-report
@@ -36,19 +36,19 @@ jobs:
3636 TERM : xterm
3737 DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION : 1
3838 steps :
39- - uses : actions/checkout@v5
39+ - uses : actions/checkout@v6
4040 with :
4141 fetch-depth : 0
4242 - name : ' Cache: ~/.nuget/packages'
43- uses : actions/cache@v4
43+ uses : actions/cache@v5
4444 with :
4545 path : |
4646 ~/.nuget/packages
4747 key : ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
4848 - name : ' Build with target: Pack'
4949 run : ./build.cmd -t pack
5050 - name : ' Publish: coverage_report'
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v7
5252 with :
5353 name : coverage-report-windows
5454 path : .tests/coverage-report
@@ -59,19 +59,19 @@ jobs:
5959 TERM : xterm
6060 DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION : 1
6161 steps :
62- - uses : actions/checkout@v5
62+ - uses : actions/checkout@v6
6363 with :
6464 fetch-depth : 0
6565 - name : ' Cache: ~/.nuget/packages'
66- uses : actions/cache@v4
66+ uses : actions/cache@v5
6767 with :
6868 path : |
6969 ~/.nuget/packages
7070 key : ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/Directory.Packages.props') }}
7171 - name : ' Build with target: Pack'
7272 run : ./build.cmd -t pack
7373 - name : ' Publish: coverage_report'
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v7
7575 with :
7676 name : coverage-report-macos
7777 path : .tests/coverage-report
0 commit comments