diff options
Diffstat (limited to '.github/workflows/files-external-sftp.yml')
-rw-r--r-- | .github/workflows/files-external-sftp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-sftp.yml b/.github/workflows/files-external-sftp.yml index 191e502f730..012ca4acaed 100644 --- a/.github/workflows/files-external-sftp.yml +++ b/.github/workflows/files-external-sftp.yml @@ -87,7 +87,7 @@ jobs: - name: Upload code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: files: ./clover.xml flags: phpunit-files-external-sftp |