Skip to content

Commit

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

Bump codecov/codecov-action from 4.0.1 to 4.1.0
  • Loading branch information
spajxo committed Feb 29, 2024
2 parents 147141c + 180ceac commit 49abba6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 49abba6

Please sign in to comment.