Skip to content

Commit cd015ba

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 7fd68bc commit cd015ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run tests
4040
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
4141
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v4.6.0
42+
uses: codecov/codecov-action@v5.0.0
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
run-tests:

0 commit comments

Comments
 (0)