We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d42b4 commit 648bee0Copy full SHA for 648bee0
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
if: matrix.php-versions == '8.4' && matrix.dependencies == 'highest'
50
51
- name: Upload coverage to Codecov
52
- uses: codecov/codecov-action@v5.1.2
+ uses: codecov/codecov-action@v5.3.1
53
with:
54
token: ${{ secrets.CODECOV_TOKEN }}
55
0 commit comments