File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v6
1414 - name : Setup .NET
15- uses : actions/setup-dotnet@v4
15+ uses : actions/setup-dotnet@v5
1616 with :
1717 dotnet-version : |
1818 8.0.x
2626 files : artifacts/logs/*/coverage.cobertura.xml
2727 token : ${{ secrets.CODECOV_TOKEN }}
2828 - name : Upload package artifacts
29- uses : actions/upload-artifact@v4
29+ uses : actions/upload-artifact@v7
3030 with :
3131 name : packages
3232 path : |
Original file line number Diff line number Diff line change 55 dotnet-format :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99 - name : Setup .NET 10
10- uses : actions/setup-dotnet@v4
10+ uses : actions/setup-dotnet@v5
1111 with :
1212 dotnet-version : 10.0.x
1313 - name : dotnet format
Original file line number Diff line number Diff line change 55 pre-commit :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
9- - uses : actions/setup-python@v5
8+ - uses : actions/checkout@v6
9+ - uses : actions/setup-python@v6
1010 with :
1111 python-version : 3.x
1212 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Setup .NET
13- uses : actions/setup-dotnet@v4
13+ uses : actions/setup-dotnet@v5
1414 with :
1515 dotnet-version : 10.0.x
1616 - name : Download package artifacts
17- uses : actions/download-artifact@v4
17+ uses : actions/download-artifact@v8
1818 with :
1919 name : packages
2020 path : artifacts/packages
You can’t perform that action at this time.
0 commit comments