Skip to content

Commit

Permalink
Merge pull request #262 from TNG/renovate/codecov-codecov-action-4.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v4.4.1
  • Loading branch information
alexanderlinne authored May 24, 2024
2 parents 212c04a + ebd34f1 commit 8160ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4.4.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
run-tests:
Expand Down

0 comments on commit 8160ff3

Please sign in to comment.