Skip to content

Commit

Permalink
Merge pull request #161 from grafana/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
szkiba authored Feb 5, 2024
2 parents 6898efc + 6a2f0e4 commit 8ff871e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Upload Coverage
if: ${{ matrix.platform == 'ubuntu-latest' && github.ref_name == 'master' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

- name: Generate Go Report Card
if: ${{ matrix.platform == 'ubuntu-latest' && github.ref_name == 'master' }}
Expand Down

0 comments on commit 8ff871e

Please sign in to comment.