Skip to content

Commit

Permalink
Merge pull request #9 from peczenyj/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.2 to 5.3.1
  • Loading branch information
peczenyj authored Jan 27, 2025
2 parents 1421a17 + c7c7db7 commit 6f19cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: make coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6f19cdf

Please sign in to comment.