Skip to content

Commit

Permalink
Merge pull request #66 from KarolosLykos/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.1.2

build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
KarolosLykos authored Jan 1, 2025
2 parents 9ca962e + 33be27b commit 9605531
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:

- name: Upload coverage to Codecov
if: success() && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v5.1.1
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9605531

Please sign in to comment.