Skip to content

Commit 1660dbf

Browse files
authored
Merge pull request #5 from permafrost-dev/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2 parents fe70028 + d0f8739 commit 1660dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

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

3939
- name: Upload coverage to Codecov
40-
uses: codecov/codecov-action@v2
40+
uses: codecov/codecov-action@v3
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
files: clover.xml

0 commit comments

Comments
 (0)