diff options
Diffstat (limited to '.github/workflows/files-external-s3.yml')
-rw-r--r-- | .github/workflows/files-external-s3.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/files-external-s3.yml b/.github/workflows/files-external-s3.yml index 26cd6bb953c..4559d78cec2 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -96,7 +96,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-s3 @@ -163,7 +163,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-s3 |