Skip to content

Commit c921821

Browse files
committed
chore: fix CI
1 parent 2561841 commit c921821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
# setup .NET SDK
2222
- name: Setup .NET
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet run --project build
4040

4141
- name: Archive test results
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343

4444
with:
4545
name: test-results

0 commit comments

Comments
 (0)