diff --git a/.github/workflows/ansible_collection_ci.yml b/.github/workflows/ansible_collection_ci.yml index 0f4294f..1bce3da 100644 --- a/.github/workflows/ansible_collection_ci.yml +++ b/.github/workflows/ansible_collection_ci.yml @@ -60,7 +60,7 @@ jobs: working-directory: ./ansible_collections/${{ inputs.namespace }}/${{ inputs.collection-name }} # See the reports at https://codecov.io/gh/devopsarr/ansible-collection-${{ inputs.collection-name }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: fail_ci_if_error: false @@ -190,6 +190,6 @@ jobs: working-directory: ./ansible_collections/${{ inputs.namespace }}/${{ inputs.collection-name }} # See the reports at https://codecov.io/gh/devopsarr/ansible-collection-${{ inputs.collection-name }} - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: fail_ci_if_error: false diff --git a/.github/workflows/terraform_provider_ci.yml b/.github/workflows/terraform_provider_ci.yml index d7b80eb..42383d5 100644 --- a/.github/workflows/terraform_provider_ci.yml +++ b/.github/workflows/terraform_provider_ci.yml @@ -101,6 +101,6 @@ jobs: ${{ inputs.app-name }}_EXTRA_HEADER_test: 'acceptance' TF_ACC: '1' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: false