File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 timeout-minutes : 30
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Setup .NET
19- uses : actions/setup-dotnet@v4
19+ uses : actions/setup-dotnet@v5
2020 with :
2121 dotnet-version : 10.x
2222
3030 run : dotnet test Source/KZDev.PerfUtils.slnx -c Release --no-build
3131
3232 - name : Upload Release artifacts
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v7
3434 with :
3535 name : test-release-artifacts
3636 path : artifacts
@@ -46,15 +46,15 @@ jobs:
4646 continue-on-error : ${{ (github.event_name == 'pull_request' && github.base_ref != 'main') || (github.event_name == 'push' && github.ref == 'refs/heads/dev') }}
4747 steps :
4848 - name : Checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050
5151 - name : Setup .NET
52- uses : actions/setup-dotnet@v4
52+ uses : actions/setup-dotnet@v5
5353 with :
5454 dotnet-version : 10.x
5555
5656 - name : Download build artifacts
57- uses : actions/download-artifact@v4
57+ uses : actions/download-artifact@v8
5858 with :
5959 name : test-release-artifacts
6060 path : artifacts
You can’t perform that action at this time.
0 commit comments