Skip to content

Commit

Permalink
Merge pull request #69 from shizunge/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
shizunge authored Nov 20, 2024
2 parents a402308 + db608d1 commit 33282f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
path: coverage
- name: Upload coverage reports to Codecov
if: ${{ github.ref == 'refs/heads/main' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: coverage
env:
Expand Down

0 comments on commit 33282f4

Please sign in to comment.