Skip to content

Commit e3f43fb

Browse files
committed
# 142
1 parent f9993e6 commit e3f43fb

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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'
@@ -72,7 +72,7 @@ jobs:
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/

0 commit comments

Comments
 (0)