Skip to content

Commit da2a98f

Browse files
authored
Merge pull request #44 from Project-MONAI/dependabot/github_actions/codecov/codecov-action-3.1.4
Bump codecov/codecov-action from 3.1.1 to 3.1.4
2 parents 7e25c68 + 2b7527b commit da2a98f

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
@@ -187,7 +187,7 @@ jobs:
187187
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
188188
working-directory: ./src
189189

190-
- uses: codecov/codecov-action@v3.1.1
190+
- uses: codecov/codecov-action@v3.1.4
191191
with:
192192
token: ${{ secrets.CODECOV_TOKEN }}
193193
directory: "src/"

0 commit comments

Comments
 (0)