Skip to content

Commit

Permalink
Merge pull request #546 from okp4/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-4
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
2 parents a154305 + beabc6b commit c44b87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
make test-go
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: github.actor != 'dependabot[bot]'
with:
files: ./target/coverage.txt
Expand Down

0 comments on commit c44b87a

Please sign in to comment.