Skip to content

Commit

Permalink
Merge pull request #103 from micro5k/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
ale5000-git authored Nov 15, 2024
2 parents dbb2f9c + 25ae043 commit 178c9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
- name: "Upload coverage reports to Codecov"
if: "${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && github.repository_owner == 'micro5k' }}"
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
token: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 178c9be

Please sign in to comment.