Skip to content

Commit

Permalink
Update github-actions.yml (#39)
Browse files Browse the repository at this point in the history
Update action versions.
  • Loading branch information
westy92 committed Apr 26, 2024
1 parent c0d2638 commit 13ab746
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up .NET ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Build
Expand All @@ -24,4 +24,6 @@ jobs:
run: dotnet test --collect:"XPlat Code Coverage"
- name: Upload coverage to Codecov
if: ${{ matrix.dotnet-version == '8' && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 13ab746

Please sign in to comment.