Skip to content

Commit

Permalink
Merge pull request #343 from crazy-max/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
crazy-max authored Feb 25, 2024
2 parents 5240859 + 4c58e07 commit f9232b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ jobs:
pull: true
-
name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
directory: ${{ env.DESTDIR }}/coverage
token: ${{ secrets.CODECOV_TOKEN }}

artifact:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f9232b1

Please sign in to comment.