Skip to content

Commit

Permalink
Merge pull request #344 from portapps/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
crazy-max committed Mar 9, 2024
2 parents 62b4827 + 032358a commit d35ef5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -41,6 +41,7 @@ jobs:
shell: bash
-
name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d35ef5f

Please sign in to comment.