Skip to content

Commit

Permalink
Merge pull request #44 from Project-MONAI/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-3.1.4

Bump codecov/codecov-action from 3.1.1 to 3.1.4
  • Loading branch information
mocsharp authored Jan 5, 2024
2 parents 7e25c68 + 2b7527b commit da2a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
working-directory: ./src

- uses: codecov/[email protected].1
- uses: codecov/[email protected].4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: "src/"
Expand Down

0 comments on commit da2a98f

Please sign in to comment.