Skip to content

Commit

Permalink
Merge pull request #8 from KarolosLykos/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-3.0.0

build(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0
  • Loading branch information
KarolosLykos authored Apr 12, 2022
2 parents d8604f1 + 5d2c79f commit 4fa7864
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 @@ -32,4 +32,4 @@ jobs:

- name: Upload coverage to Codecov
if: success() && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.0.0

0 comments on commit 4fa7864

Please sign in to comment.