Skip to content

Commit 336ff33

Browse files
Bump codecov/codecov-action from 2 to 3 (#131)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df6ecad commit 336ff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
190190
working-directory: ./src
191191

192-
- uses: codecov/codecov-action@v2
192+
- uses: codecov/codecov-action@v3
193193
with:
194194
token: ${{ secrets.CODECOV_TOKEN }}
195195
directory: "src/${{ env.TEST_RESULTS }}"

0 commit comments

Comments
 (0)