Skip to content

Commit 45b287e

Browse files
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48a0001 commit 45b287e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
run: dotnet test "${{matrix.project}}" --no-restore -c Release --collect:"XPlat Code Coverage;SkipAutoProps=true"
6464

6565
- name: codecov
66-
uses: codecov/codecov-action@v3
66+
uses: codecov/codecov-action@v4
6767
with:
6868
token: ${{secrets.CODECOV_TOKEN}}

0 commit comments

Comments
 (0)