Skip to content

Commit 924cd82

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent b25c4f9 commit 924cd82

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests
3939
run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/
4040
- name: Upload coverage reports to Codecov
41-
uses: codecov/codecov-action@v5.5.1
41+
uses: codecov/codecov-action@v6.0.0
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
run-tests:

0 commit comments

Comments
 (0)