diff options
Diffstat (limited to '.github/workflows/files-external-smb.yml')
-rw-r--r-- | .github/workflows/files-external-smb.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml index 6dfbc66c532..51473e39f68 100644 --- a/.github/workflows/files-external-smb.yml +++ b/.github/workflows/files-external-smb.yml @@ -94,7 +94,7 @@ jobs: - name: Upload code coverage if: ${{ !cancelled() && matrix.coverage }} - uses: codecov/codecov-action@922d8d7b314a529f2be903c1e79ee8283c492863 # v4.1.1 + uses: codecov/codecov-action@4b21c320b5517fc6ffd4406a28e66325c721dc20 # v4.1.1 with: files: ./clover.xml flags: phpunit-files-external-smb |