Skip to content

Commit

Permalink
Merge pull request #18 from fingon/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-5.3.1

Bump codecov/codecov-action from 5.1.1 to 5.3.1
  • Loading branch information
fingon authored Jan 27, 2025
2 parents ec04692 + caf4a14 commit aa0c1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
make build
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit aa0c1ce

Please sign in to comment.