Skip to content

Commit 7b022a1

Browse files
committed
chore: upgrade GitHub Actions workflow
1 parent 889abfc commit 7b022a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
- name: Setup .NET 7
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: 7.0.x
2424
- name: Restore dependencies
@@ -28,6 +28,6 @@ jobs:
2828
- name: Run unit tests and collect coverage
2929
run: dotnet test --no-build --collect:"XPlat Code Coverage"
3030
- name: Upload coverage reports to Codecov
31-
uses: codecov/codecov-action@v3
31+
uses: codecov/codecov-action@v4
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)