File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ jobs:
1616 runtime : [linux-x64, win-x64]
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4.2 .2
19+ uses : actions/checkout@v6.0 .2
2020
2121 - name : Setup .NET
22- uses : actions/setup-dotnet@v4 .3.0
22+ uses : actions/setup-dotnet@v5 .3.0
2323 with :
24- dotnet-version : ' 9.0 .x'
24+ dotnet-version : ' 10.x .x'
2525
2626 - name : Setup Node.js
27- uses : actions/setup-node@v4.2 .0
27+ uses : actions/setup-node@v6.4 .0
2828 with :
29- node-version : ' 22 .x'
29+ node-version : ' 24 .x'
3030
3131 - name : Build Imdb solution
3232 run : dotnet build 'Imdb/Imdb.sln' -c 'Release' -v 'normal'
7272 cd ../..
7373
7474 - name : Upload artifacts
75- uses : actions/upload-artifact@v4.6 .1
75+ uses : actions/upload-artifact@v7.0 .1
7676 with :
7777 name : Imdb_${{ matrix.runtime }}_${{ env.version }}
7878 path : binaries/
You can’t perform that action at this time.
0 commit comments