Skip to content

Commit ebee86d

Browse files
authored
Update coverage.yml
Signed-off-by: Derek Gooding <djgooding@live.com>
1 parent 9f2e2b6 commit ebee86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Check out repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v4
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet test --no-build --collect:"XPlat Code Coverage"
3030

3131
- name: Upload to Codecov
32-
uses: codecov/codecov-action@v3
32+
uses: codecov/codecov-action@v4
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
files: ./TestResults/**/*.xml

0 commit comments

Comments
 (0)