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 29ca2340f1d..890a47569c7 100644 --- a/.github/workflows/files-external-s3.yml +++ b/.github/workflows/files-external-s3.yml @@ -98,7 +98,7 @@ jobs: - name: Upload code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: files: ./clover.xml flags: phpunit-files-external-s3 @@ -165,7 +165,7 @@ jobs: - name: Upload code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.7 with: files: ./clover.xml flags: phpunit-files-external-s3 |