Skip to content

Commit ccdb744

Browse files
authored
Merge pull request #33 from permafrost-dev/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents dabc363 + 1d91137 commit ccdb744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./vendor/bin/phpunit --coverage-clover clover.xml -d --without-creating-snapshots
4141

4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
4444
with:
4545
token: ${{ secrets.CODECOV_TOKEN }}
4646
files: clover.xml

0 commit comments

Comments
 (0)